diff --git a/src/pages/05_quotation/form.ts b/src/pages/05_quotation/form.ts index 46126ed5..3e19df91 100644 --- a/src/pages/05_quotation/form.ts +++ b/src/pages/05_quotation/form.ts @@ -63,7 +63,6 @@ export const useQuotationForm = defineStore('form-quotation', () => { _meta?: Record; }[] >([]); - const currentTreeData = ref(); const currentFormData = ref( structuredClone(resetFormData), );