no message
This commit is contained in:
parent
c12b6f988c
commit
d60620f39b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ const isReasonSetting = ref<boolean>(false);
|
|||
async function fetchLists() {
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.workflow + `commander`)
|
||||
.get(config.API.workflow + `commander${props.type}`)
|
||||
.then(async (res) => {
|
||||
rows.value = res.data.result;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue