seimin 3 years ago
parent
commit
793685bbbe

+ 0 - 3
src/views/againAssign.vue

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

+ 0 - 3
src/views/closed.vue

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

+ 0 - 3
src/views/grabSheet.vue

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

+ 0 - 3
src/views/order.vue

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

+ 0 - 3
src/views/processing.vue

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

+ 0 - 3
src/views/solved.vue

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