seimin 3 years ago
parent
commit
010190aef9

+ 0 - 3
src/views/againAssign.vue

@@ -351,9 +351,6 @@ export default {
351
         .then(function (res) {
351
         .then(function (res) {
352
           console.log(res.data);
352
           console.log(res.data);
353
           that.model = res.data.model;
353
           that.model = res.data.model;
354
-          if(that.$route.params.data){
355
-            that.model.incident.assetId = that.$route.params.data.assetId;
356
-          }
357
           that.getProgressInfo();
354
           that.getProgressInfo();
358
         });
355
         });
359
     },
356
     },

+ 0 - 3
src/views/closed.vue

@@ -395,9 +395,6 @@ export default {
395
         .then(function (res) {
395
         .then(function (res) {
396
           console.log(res.data);
396
           console.log(res.data);
397
           that.model = res.data.model;
397
           that.model = res.data.model;
398
-          if(that.$route.params.data){
399
-            that.model.incident.assetId = that.$route.params.data.assetId;
400
-          }
401
           //seimin
398
           //seimin
402
           localStorage.setItem("modelData", JSON.stringify(that.model));
399
           localStorage.setItem("modelData", JSON.stringify(that.model));
403
           that.getProgressInfo();
400
           that.getProgressInfo();

+ 0 - 3
src/views/grabSheet.vue

@@ -316,9 +316,6 @@ export default {
316
         .then(function (res) {
316
         .then(function (res) {
317
           console.log(res.data);
317
           console.log(res.data);
318
           that.model = res.data.model;
318
           that.model = res.data.model;
319
-          if(that.$route.params.data){
320
-            that.model.incident.assetId = that.$route.params.data.assetId;
321
-          }
322
           for (var i = 0; i < groups.length; i++) {
319
           for (var i = 0; i < groups.length; i++) {
323
             if (groups[i] == that.model.incident.candidateGroups) {
320
             if (groups[i] == that.model.incident.candidateGroups) {
324
               that.jurisdiction = true;
321
               that.jurisdiction = true;

+ 0 - 3
src/views/order.vue

@@ -391,9 +391,6 @@ export default {
391
         .then((res) => {
391
         .then((res) => {
392
           console.log(res.data);
392
           console.log(res.data);
393
           that.model = res.data.model;
393
           that.model = res.data.model;
394
-          if(that.$route.params.data){
395
-            that.model.incident.assetId = that.$route.params.data.assetId;
396
-          }
397
           //seimin
394
           //seimin
398
           localStorage.setItem("modelData", JSON.stringify(that.model));
395
           localStorage.setItem("modelData", JSON.stringify(that.model));
399
           that.getProgressInfo();
396
           that.getProgressInfo();

+ 0 - 3
src/views/processing.vue

@@ -933,9 +933,6 @@ export default {
933
         .then(function (res) {
933
         .then(function (res) {
934
           console.log(res.data, 666);
934
           console.log(res.data, 666);
935
           that.modelData = res.data.model;
935
           that.modelData = res.data.model;
936
-          if(that.$route.params.data){
937
-            that.modelData.incident.assetId = that.$route.params.data.assetId;
938
-          }
939
           //seimin
936
           //seimin
940
           localStorage.setItem("modelData", JSON.stringify(that.modelData));
937
           localStorage.setItem("modelData", JSON.stringify(that.modelData));
941
         });
938
         });

+ 0 - 3
src/views/solved.vue

@@ -420,9 +420,6 @@ export default {
420
         .then(function (res) {
420
         .then(function (res) {
421
           console.log(res.data);
421
           console.log(res.data);
422
           that.model = res.data.model;
422
           that.model = res.data.model;
423
-          if(that.$route.params.data){
424
-            that.model.incident.assetId = that.$route.params.data.assetId;
425
-          }
426
           that.model.msgflag = "已解决";
423
           that.model.msgflag = "已解决";
427
           //seimin
424
           //seimin
428
           localStorage.setItem("modelData", JSON.stringify(that.model));
425
           localStorage.setItem("modelData", JSON.stringify(that.model));