修改集成日志请求地址
This commit is contained in:
parent
6eeb79261a
commit
6788fa3f4b
|
@ -131,7 +131,7 @@ export default {
|
|||
...this.queryModel
|
||||
}
|
||||
let res = await authApi(
|
||||
'integrationTaskLivingDetailsService',
|
||||
'integrationTaskLogService',
|
||||
'',
|
||||
'queryEntityPage',
|
||||
'',
|
||||
|
|
|
@ -289,7 +289,7 @@ export default {
|
|||
id: id
|
||||
}
|
||||
let res = await authApi(
|
||||
'integrationTaskLivingDetailsService',
|
||||
'integrationTaskLogService',
|
||||
'',
|
||||
'getEntity',
|
||||
'',
|
||||
|
|
Loading…
Reference in New Issue