From a6f1bf9b75399b5a605bb627739468b09f4f1118 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 27 Oct 2023 14:50:44 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E7=AB=8B=E9=A1=B9=E3=80=81=E5=8F=98=E6=9B=B4=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enterpriseStandardInitChange/PlanApprovalChangeFlow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue b/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue index d56bf119..c1ff1cd6 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/PlanApprovalChangeFlow.vue @@ -976,7 +976,6 @@ export default { this.loading = true const param = Object.assign({}, values) param.userId = userIds - // param.taskId = this.model[0].id param.taskId = this.$route.query.taskId enterprisePlanApprovalTurnTo(param).then(res => { if (res.success) { @@ -1017,6 +1016,7 @@ export default { this.validatorRules.commitText.rules[0].required = true if (!this.approvalInfoForm.getFieldValue('commitText')) { this.$message.warning(this.$t('pleaseEnterRemarks')) + return } this.$nextTick(() => { this.approvalInfoForm.validateFields((err, values) => {