Merge remote-tracking branch 'origin/huyt' into huyt
This commit is contained in:
commit
a43534f7dd
|
@ -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