seimin před 3 roky
rodič
revize
010190aef9

+ 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

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

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

+ 0 - 3
src/views/solved.vue

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