@@ -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>
@@ -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){
this.$set(this,'propsReportDomData',{
reportId:row.reportId,
this.$set(this,'propsReportDomType',true)