fix
This commit is contained in:
parent
d60620f39b
commit
95172e5b41
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
})
|
||||
|
|
|
|||
|
|
@ -230,5 +230,6 @@ defineExpose({
|
|||
v-model:modal="modalSelectPerson"
|
||||
:state-id="stateId"
|
||||
:fetch-data="fetchCheckState"
|
||||
:type="typeSelectPerson"
|
||||
/>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue