dedsudiyu 6 月之前
父节点
当前提交
2046697989

+ 1 - 1
src/views/safetyCheck/components/rectificationReportDom.vue

@@ -12,7 +12,7 @@
           <p></p>
         </div>
         <div class="title-1-box">
-          <p>负责人:</p>
+          <p>负责人:</p>
           <p v-if="propsReportDomData.checkCategory == 1">{{documentData.approveName}}</p>
           <p v-if="propsReportDomData.checkCategory == 2">{{documentData.adminName}}</p>
           <p></p>

+ 1 - 0
src/views/safetyCheck/safetyHazard/rectificationNotice/index.vue

@@ -233,6 +233,7 @@
           this.$set(this,'propsNoticeDomData',{
             noticeId:row.noticeId,
             checkCategory:this.checkCategory,
+            reportNum:row.reportNum,
           })
           this.$set(this,'propsNoticeDomType',true)
         }else if(type == 2){

+ 1 - 0
src/views/safetyCheck/safetyHazard/rectificationReport/index.vue

@@ -233,6 +233,7 @@
           this.$set(this,'propsReportDomData',{
             reportId:row.reportId,
             checkCategory:this.checkCategory,
+            reportNum:row.reportNum,
           })
           this.$set(this,'propsReportDomType',true)
         }else if(type == 2){