|
|
@ -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, |
|
|
|