seimin 3 年之前
父節點
當前提交
793685bbbe
共有 6 個文件被更改,包括 0 次插入18 次删除
  1. 0 3
      src/views/againAssign.vue
  2. 0 3
      src/views/closed.vue
  3. 0 3
      src/views/grabSheet.vue
  4. 0 3
      src/views/order.vue
  5. 0 3
      src/views/processing.vue
  6. 0 3
      src/views/solved.vue

+ 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

@@ -385,9 +385,6 @@ export default {
385
         .then(function (res) {
385
         .then(function (res) {
386
           console.log(res.data);
386
           console.log(res.data);
387
           that.model = res.data.model;
387
           that.model = res.data.model;
388
-          if (that.$route.params.data) {
389
-            that.model.incident.assetId = that.$route.params.data.assetId;
390
-          }
391
           //seimin
388
           //seimin
392
           localStorage.setItem("modelData", JSON.stringify(that.model));
389
           localStorage.setItem("modelData", JSON.stringify(that.model));
393
           that.getProgressInfo();
390
           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(function (res) {
391
         .then(function (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

@@ -1025,9 +1025,6 @@ export default {
1025
         .then(function (res) {
1025
         .then(function (res) {
1026
           console.log(res.data, 666);
1026
           console.log(res.data, 666);
1027
           that.modelData = res.data.model;
1027
           that.modelData = res.data.model;
1028
-          if (that.$route.params.data) {
1029
-            that.modelData.incident.assetId = that.$route.params.data.assetId;
1030
-          }
1031
           //seimin
1028
           //seimin
1032
           localStorage.setItem("modelData", JSON.stringify(that.modelData));
1029
           localStorage.setItem("modelData", JSON.stringify(that.modelData));
1033
         });
1030
         });

+ 0 - 3
src/views/solved.vue

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