fix
This commit is contained in:
parent
8cdae92009
commit
aac95d17e4
1 changed files with 5 additions and 3 deletions
|
|
@ -199,8 +199,10 @@ watch(
|
|||
? store.draftId
|
||||
: store.historyId;
|
||||
|
||||
fetchOrgChart();
|
||||
fetchAgencyData(rootOrgID.value);
|
||||
if (rootOrgID.value) {
|
||||
fetchAgencyData(rootOrgID.value);
|
||||
fetchOrgChart();
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
|
@ -258,7 +260,7 @@ onBeforeMount(() => {
|
|||
@clear="() => (agencyId = '')"
|
||||
@update:model-value="onSelectAgency"
|
||||
@filter="(inputValue:any,doneFn:Function) => filterOption(inputValue, doneFn) "
|
||||
style="width: 400px;"
|
||||
style="width: 400px"
|
||||
>
|
||||
<template v-slot:no-option>
|
||||
<q-item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue