feat: change mode on reset

This commit is contained in:
Methapon Metanipat 2024-10-18 13:30:48 +07:00
parent 5ddb142f3e
commit 5099e43dee

View file

@ -93,6 +93,8 @@ export const useQuotationForm = defineStore('form-quotation', () => {
}
currentFormData.value = structuredClone(resetFormData);
currentFormState.value.mode = 'info';
}
async function assignFormData(