diff --git a/src/views/expelled/除名修复管理/一移出受理.vue b/src/views/expelled/除名修复管理/一移出受理.vue index efda77c..c4bd817 100644 --- a/src/views/expelled/除名修复管理/一移出受理.vue +++ b/src/views/expelled/除名修复管理/一移出受理.vue @@ -203,10 +203,10 @@ {{ each.opinioncontent }} - + {{ each.handler }} {{ each.handledate }} @@ -567,7 +567,7 @@ export default { } }, mounted() { - this.bizId = this.$route.query.bizId + this.bizId = this.$route.query.bizId || this.$route.query.bizSeq expelledRepairGetBiz(this.bizId).then(res => { if (res.code === 0) { this.detailInfo = res.data @@ -1071,7 +1071,7 @@ export default { nextPerformerNames: this.formData.nextPerformerNames, repairApproveInfo: { ...this.detailInfo.repairInfo, - acceptStatus: this.isAccept, + acceptStatus: this.isAgreeRepair, repairReason: this.repairReason, situation: this.formData.situation, remark: this.remRemark diff --git a/src/views/expelled/除名修复管理/三移出审批.vue b/src/views/expelled/除名修复管理/三移出审批.vue index 7ba1fd7..ebaa7f9 100644 --- a/src/views/expelled/除名修复管理/三移出审批.vue +++ b/src/views/expelled/除名修复管理/三移出审批.vue @@ -5,7 +5,7 @@
- {{ isAgreeRepair === '1'? '除名修复审批表':'不予除名修复审批表' }} + {{ acceptStatus === '1'? '除名修复审批表':'不予除名修复审批表' }}
@@ -25,14 +25,14 @@ > 名称/姓名 - {{ companyInfo.entname }} + {{ companyInfo?.repairInfo?.entName || '-' }} 注册号/企业统一信用代码 - {{ companyInfo.regno }} + {{ companyInfo?.repairInfo?.uscc || '-'}} 作出决定的事实、理由、依据及主要内容 - {{ companyInfo.remreasons }} + {{ companyInfo?.repairInfo?.situation || '-'}}