|
|
@ -462,7 +462,7 @@ export default { |
|
|
|
|
|
|
|
|
async handleDispose(row,type) { |
|
|
async handleDispose(row,type) { |
|
|
console.log(row); |
|
|
console.log(row); |
|
|
this.eventId = '1817808353882152962'; |
|
|
this.eventId = row.icEventId; |
|
|
const url = "/governance/icEvent/detail"; |
|
|
const url = "/governance/icEvent/detail"; |
|
|
const { data, code, msg } = await requestPost(url, { |
|
|
const { data, code, msg } = await requestPost(url, { |
|
|
icEventId: this.eventId, |
|
|
icEventId: this.eventId, |
|
|
|