From 315dbd37dcf6ba629643a82effcdb818720a5b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 10 Jan 2024 11:37:34 +0800 Subject: [PATCH] fix 80055 --- .../ProjectComplianceEvaluationProcess.vue | 2 ++ .../modules/UninvolvedModal.vue | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue index 1193b9c2..fc0d9eaa 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/ProjectComplianceEvaluationProcess.vue @@ -941,6 +941,8 @@ export default { this.dispatchInfoForm.setFieldsValue(this.dispatchInfo) } }) + } else { + this.$message.warning(res.message) } }).finally(() => { this.loading = false diff --git a/src/views/workCenter/projectComplianceEvaluationProcess/modules/UninvolvedModal.vue b/src/views/workCenter/projectComplianceEvaluationProcess/modules/UninvolvedModal.vue index acdcc621..f50764f4 100644 --- a/src/views/workCenter/projectComplianceEvaluationProcess/modules/UninvolvedModal.vue +++ b/src/views/workCenter/projectComplianceEvaluationProcess/modules/UninvolvedModal.vue @@ -23,9 +23,11 @@ @@ -90,6 +92,7 @@ export default { this.visible = false this.model = {} this.form.resetFields() + this.validatorRules.notInvolved.rules[0].required = true } } } @@ -97,4 +100,4 @@ export default { \ No newline at end of file +