diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue index d99ea5764..8e5e3bec4 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue @@ -573,9 +573,9 @@ this.saveLoading = true; }, closeButtonLoading() { - this.isReject = true - this.isSubmit = true - this.saveLoading = true; + this.isReject = false + this.isSubmit = false + this.saveLoading = false; }, handleReject() { // approvalFlag value:0通过 1驳回