This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-21 15:41:10 +07:00
parent d60620f39b
commit 95172e5b41
2 changed files with 2 additions and 1 deletions

View file

@ -74,7 +74,7 @@ const isReasonSetting = ref<boolean>(false);
async function fetchLists() {
showLoader();
await http
.get(config.API.workflow + `commander${props.type}`)
.get(config.API.workflow + `commander/${props.type}`)
.then(async (res) => {
rows.value = res.data.result;
})

View file

@ -230,5 +230,6 @@ defineExpose({
v-model:modal="modalSelectPerson"
:state-id="stateId"
:fetch-data="fetchCheckState"
:type="typeSelectPerson"
/>
</template>