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