From 32277a1c76569af4a6b169e709bd8c68e09e4f18 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 18 Jul 2024 19:03:11 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B]=20=E5=88=86=E5=8F=91=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationMainInterpreterDistribute.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index adf2c47..ce20c18 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -279,8 +279,8 @@ export default { this.$message.warn(this.$t('workCenter.standardInterpretationProcess.pleaseSelectInterpreter')) obj._flag = true } - // 不分发时,校验增加的表单(上面没有校验失败的 && 选择的不分发) - if (!obj._flag && !this.isDistribute) { + // 不分发时,校验增加的表单 + if (!this.isDistribute) { // 有数据且不分发时校验用户表单 const userFormObj = await this.validateFormPromise(this.userForm) if (userFormObj.err) { obj._flag = true }