refactor: handle reset value
This commit is contained in:
parent
718659cdfc
commit
389052830a
1 changed files with 2 additions and 0 deletions
|
|
@ -330,6 +330,8 @@ async function fetchStatus() {
|
|||
active: () =>
|
||||
view.value === View.Invoice || view.value === View.InvoicePre,
|
||||
handler: () => {
|
||||
selectedInstallmentNo.value = [];
|
||||
selectedInstallment.value = [];
|
||||
view.value =
|
||||
quotationFormData.value.payCondition === 'Full' ||
|
||||
quotationFormData.value.payCondition === 'BillFull'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue