dedsudiyu 2 vuotta sitten
vanhempi
commit
2975eefa0c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/safetyCheck/startInspection/index.vue

+ 1 - 1
src/views/safetyCheck/startInspection/index.vue

@@ -564,7 +564,6 @@
         let self = this;
         for(let i=0;i<self.planList.length;i++){
           if(self.planList[i].id == val){
-            this.$set(this.addForm,'id',self.planList[i].id);
             self.findCheckManage(self.planList[i].id);
             return
           }
@@ -589,6 +588,7 @@
           this.buildBySubList(response.data.buildId,1);
           this.$set(this,'addForm',{
             id:response.data.id,
+            checkPlanId:response.data.checkPlanId,
             title:response.data.title,
             subId:response.data.subId,
             buildId:response.data.buildId,