From 857977050d3c22da522ede0b6caf9c0df37939ca Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 26 Dec 2023 16:55:15 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=88=B6=E4=BF=AE=E8=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EnterpriseStandardRevisionFlow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue index 2059bf6d..01b10383 100644 --- a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue +++ b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue @@ -664,7 +664,7 @@ export default { this.approvalInfoForm.setFieldsValue({ commitText: '同意' }) } this.approvalInfoForm.validateFields(async (err, values) => { - if (this.currentNode === 4) { + if (this.currentNode === 4 || this.currentNode === 10) { const data = await this.$refs.baseInfoRef.getDataValidate() if (!err && data) { this.loading = true