ソースを参照

Merge branch 'web-v2' into web-v2-pro

dedsudiyu 2 年 前
コミット
9e1f672c1e
共有2 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 1 0
      src/views/safetyCheck/components/addPage/addPage.vue
  2. 1 0
      src/views/safetyCheck/startInspection/index.vue

+ 1 - 0
src/views/safetyCheck/components/addPage/addPage.vue

@@ -328,6 +328,7 @@
         }
         this.$set(this.addForm.checkHazardDtoList[index],'hazardCheckCode',obj.code);
         this.$set(this.addForm.checkHazardDtoList[index],'hazardCheckName',obj.name);
+        this.$set(this.addForm.checkHazardDtoList[index],'hazardCheckPoint',obj.mainPoint);
         countHazardNum({subId:this.addForm.subId, hazardCheckPro:val}).then( response => {
           this.$set(this,'hazardCheckCount',response.data);
         })

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

@@ -665,6 +665,7 @@
         }
         this.$set(this.addForm.checkHazardDtoList[index],'hazardCheckCode',obj.code);
         this.$set(this.addForm.checkHazardDtoList[index],'hazardCheckName',obj.name);
+        this.$set(this.addForm.checkHazardDtoList[index],'hazardCheckPoint',obj.mainPoint);
         countHazardNum({subId:this.addForm.subId, hazardCheckPro:val}).then( response => {
           this.$set(this,'hazardCheckCount',response.data);
         })