From 0ed001a3186c6407c691b320897f8ccd6a375610 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Wed, 8 Apr 2026 21:54:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/comp/tbbd/Fh.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()