fix: create sub branch
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
cb63138b21
commit
e8989f00d4
1 changed files with 0 additions and 1 deletions
|
|
@ -262,7 +262,6 @@ export const useCustomerForm = defineStore('form-customer', () => {
|
||||||
async function addCurrentCustomerBranch() {
|
async function addCurrentCustomerBranch() {
|
||||||
if (currentFormData.value.customerBranch?.some((v) => !v.id)) return;
|
if (currentFormData.value.customerBranch?.some((v) => !v.id)) return;
|
||||||
currentFormData.value.customerBranch?.push({
|
currentFormData.value.customerBranch?.push({
|
||||||
id: '',
|
|
||||||
customerId: '',
|
customerId: '',
|
||||||
branchCode:
|
branchCode:
|
||||||
currentFormData.value.customerBranch.length !== 0
|
currentFormData.value.customerBranch.length !== 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue