|
@ -504,7 +504,12 @@ export default { |
|
|
this.formData.agencyId = ""; |
|
|
this.formData.agencyId = ""; |
|
|
this.formData.gridId = ""; |
|
|
this.formData.gridId = ""; |
|
|
} |
|
|
} |
|
|
this.formData.openFlag = this.formData.operationType == "7"?1:0 |
|
|
if(this.formData.operationType == "7"){ |
|
|
|
|
|
this.formData.openFlag = 1 |
|
|
|
|
|
this.formData.operationType = "" |
|
|
|
|
|
}else{ |
|
|
|
|
|
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, |
|
@ -540,7 +545,7 @@ export default { |
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
this.replayInfo.icEventId = this.eventId; |
|
|
if(this.formData.operationType === '7'){ |
|
|
if(this.formData.operationType === '7'){ |
|
|
this.replayInfo.openFlag = 1 |
|
|
this.replayInfo.openFlag = 1 |
|
|
this.replayInfo.operationType = '7'//不可以openFlag为true时去掉校验吗? |
|
|
this.replayInfo.operationType = ''//不可以openFlag为true时去掉校验吗? |
|
|
this.replayInfo.content = '1111'//不可以openFlag为true时去掉校验吗? |
|
|
this.replayInfo.content = '1111'//不可以openFlag为true时去掉校验吗? |
|
|
}else{ |
|
|
}else{ |
|
|
this.replayInfo.openFlag = 0 |
|
|
this.replayInfo.openFlag = 0 |
|
|