From 36c655f1ac44418b3c0823df356868bd504b6212 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, 18 Jul 2024 10:11:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=BC=80=E8=A1=A8=E5=86=B3=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E7=9A=84=E6=97=B6=E5=80=99=E4=B8=BA=E5=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/eventOld/cpts/event-info.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue index 82b7dd4fd..b9caadb68 100644 --- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue +++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue @@ -477,6 +477,7 @@ export default { project: this.project, demand: this.demand, issueInfo: this.issueInfo, + openFlag:0 }; await this.submit(); }, @@ -504,7 +505,7 @@ export default { this.formData.agencyId = ""; this.formData.gridId = ""; } - this.formData.openFlag = null + this.formData.openFlag = 0 const url = "/governance/icEventOld/add"; const { data, code, msg } = await requestPost(url, { ...this.formData,