diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts index 5ef852fa..18c20d44 100644 --- a/src/pages/05_quotation/form.ts +++ b/src/pages/05_quotation/form.ts @@ -33,6 +33,7 @@ const DEFAULT_DATA: QuotationPayload = { registeredBranchId: '', _count: { worker: 0 }, status: 'CREATED', + remark: undefined, }; export const useQuotationForm = defineStore('form-quotation', () => { @@ -219,6 +220,7 @@ export const useQuotationForm = defineStore('form-quotation', () => { } return { + DEFAULT_DATA, currentFormState, currentFormData, newWorkerList,