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