no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-21 15:39:35 +07:00
parent c12b6f988c
commit d60620f39b

View file

@ -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;
})