From 4cdc89fa17111aec2d86b7890f8844aba9717a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 11 Jul 2024 09:24:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=85=AC=E5=BC=80=E8=A1=A8?= =?UTF-8?q?=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/eventOld/cpts/event-info.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue index 0e9c29939..c7ac8c95a 100644 --- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue +++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue @@ -531,9 +531,9 @@ export default { async handelDispose() { console.log(this.formData.operationType); console.log(this.formData.openFlag); - this.$refs.ref_processinfo_dispose.getProcessInfo(); - console.log(this.$refs.ref_processinfo_add.formData.openFlag); - this.openFlag=this.$refs.ref_processinfo_add.formData.openFlag; + this.$refs.ref_processinfo_dispose.getProcessInfo(); + console.log(this.$refs.ref_processinfo_dispose.formData.openFlag,"sdf dsf sf sdf "); + this.openFlag=this.$refs.ref_processinfo_dispose.formData.openFlag; if (this.$refs.ref_processinfo_dispose.okflag) { this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; if (this.formData.operationType === "0" || this.formData.operationType === '5' @@ -591,7 +591,7 @@ export default { } }, async submitDispose(url, params) { - params.openFlag=this.openFlag=this.$refs.ref_processinfo_add.formData.openFlag; + params.openFlag=this.openFlag=this.$refs.ref_processinfo_dispose.formData.openFlag?1:0; console.log(params); const { data, code, msg } = await requestPost(url, { ...params,