|
@ -33,7 +33,7 @@ export function updateEvent(data) { |
|
|
// 获取处理进展
|
|
|
// 获取处理进展
|
|
|
export function process(data) { |
|
|
export function process(data) { |
|
|
return request({ |
|
|
return request({ |
|
|
url: `/governance/icEvent/process`, |
|
|
url: `/governance/icEventOld/process`, |
|
|
method: 'post', |
|
|
method: 'post', |
|
|
message: '获取处理进展中...', |
|
|
message: '获取处理进展中...', |
|
|
data |
|
|
data |
|
|