fix: fix quotation customer branch id when create new employee
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
ad715b20a2
commit
8ef2ca2e96
3 changed files with 13 additions and 4 deletions
|
|
@ -663,6 +663,7 @@ watch(
|
|||
:show="
|
||||
() => {
|
||||
employeeFormStore.resetFormDataEmployee(true);
|
||||
setCurrentBranchId();
|
||||
}
|
||||
"
|
||||
:before-close="
|
||||
|
|
@ -1035,6 +1036,7 @@ watch(
|
|||
</div>
|
||||
|
||||
<BasicInformation
|
||||
disable-customer-select
|
||||
no-action
|
||||
id="form-information"
|
||||
prefix-id="form-employee"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue