refactor: set branch Id
This commit is contained in:
parent
18a635e0af
commit
d82c728919
1 changed files with 2 additions and 0 deletions
|
|
@ -625,6 +625,7 @@ watch(() => pageState.currentTab, fetchQuotationList);
|
||||||
triggerQuotationDialog({
|
triggerQuotationDialog({
|
||||||
statusDialog: 'info',
|
statusDialog: 'info',
|
||||||
quotationId: v.id,
|
quotationId: v.id,
|
||||||
|
branchId: v.customerBranch.customer.registeredBranchId,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
"
|
"
|
||||||
|
|
@ -632,6 +633,7 @@ watch(() => pageState.currentTab, fetchQuotationList);
|
||||||
triggerQuotationDialog({
|
triggerQuotationDialog({
|
||||||
statusDialog: 'edit',
|
statusDialog: 'edit',
|
||||||
quotationId: v.id,
|
quotationId: v.id,
|
||||||
|
branchId: v.customerBranch.customer.registeredBranchId,
|
||||||
})
|
})
|
||||||
"
|
"
|
||||||
@link="console.log('link')"
|
@link="console.log('link')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue