dedsudiyu 2 년 전
부모
커밋
c7c174d9b3
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);
         })