diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue index 635c706a3..cd8db8be6 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step9.vue @@ -2446,27 +2446,23 @@ }, handle3(){ this.formTongGuo.approvalOpinion = 1 - this.form.fsRejectStatus = 1 - const json = JSON.stringify(this.form); - console.log(json) this.$refs['form'].validate((valid) => { if (valid) { + this.form.fsRejectStatus = 1 this.handleSubmit() } }) }, handle4(){ - const json = JSON.stringify(this.form); this.formTongGuo.approvalOpinion = 2 - this.form.fsRejectStatus = 2 this.$refs['form'].validate((valid) => { if (valid) { + this.form.fsRejectStatus = 2 this.handleSubmit() } }) }, handle2(){ - const json = JSON.stringify(this.form); this.formTongGuo.approvalOpinion = 0 this.$refs['form'].validate((valid) => { if (valid) {