fix: auto select hq on new only
This commit is contained in:
parent
671e0c880e
commit
f56f89df47
1 changed files with 1 additions and 2 deletions
|
|
@ -190,7 +190,7 @@ async function openDialog(
|
||||||
agencyFileList.value = result;
|
agencyFileList.value = result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
} else hqId.value = userStore.userOption.hqOpts[0].value;
|
||||||
|
|
||||||
if (action === 'FORM') {
|
if (action === 'FORM') {
|
||||||
modal.value = true;
|
modal.value = true;
|
||||||
|
|
@ -220,7 +220,6 @@ async function openDialog(
|
||||||
|
|
||||||
statusToggle.value = true;
|
statusToggle.value = true;
|
||||||
userStore.userOption.brOpts = [];
|
userStore.userOption.brOpts = [];
|
||||||
hqId.value = userStore.userOption.hqOpts[0].value;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function undo() {
|
function undo() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue