Browse Source

公开表决新增的时候为否

feature
是小王呀\24601 1 year ago
parent
commit
36c655f1ac
  1. 3
      src/views/modules/shequzhili/eventOld/cpts/event-info.vue

3
src/views/modules/shequzhili/eventOld/cpts/event-info.vue

@ -477,6 +477,7 @@ export default {
project: this.project, project: this.project,
demand: this.demand, demand: this.demand,
issueInfo: this.issueInfo, issueInfo: this.issueInfo,
openFlag:0
}; };
await this.submit(); await this.submit();
}, },
@ -504,7 +505,7 @@ export default {
this.formData.agencyId = ""; this.formData.agencyId = "";
this.formData.gridId = ""; this.formData.gridId = "";
} }
this.formData.openFlag = null this.formData.openFlag = 0
const url = "/governance/icEventOld/add"; const url = "/governance/icEventOld/add";
const { data, code, msg } = await requestPost(url, { const { data, code, msg } = await requestPost(url, {
...this.formData, ...this.formData,

Loading…
Cancel
Save