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 @@
{{ $t('cancel') }}
+
{{ $t('workCenter.projectComplianceEvaluationProcess.cancelNotInvolve') }}
+
{{ $t('submit') }}
@@ -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
+