diff --git a/src/views/business/study/comp/tbbd/Fh.vue b/src/views/business/study/comp/tbbd/Fh.vue index 1a43ce3..27830a2 100644 --- a/src/views/business/study/comp/tbbd/Fh.vue +++ b/src/views/business/study/comp/tbbd/Fh.vue @@ -233,7 +233,7 @@ export default { }) }, async showApprove(qmyy) { - if (!this.$refs.templateTable.isReply()) { + if ((qmyy == '通过'||qmyy == '复核通过')&&!this.$refs.templateTable.isReply()) { this.$modal.msgError("还有疑问项未回复"); } else { let content = await this.$refs.templateTable.getFormData()