chore: remove unused
This commit is contained in:
parent
7d54f17421
commit
b45d3929ae
1 changed files with 0 additions and 1 deletions
|
|
@ -63,7 +63,6 @@ export const useQuotationForm = defineStore('form-quotation', () => {
|
||||||
_meta?: Record<string, any>;
|
_meta?: Record<string, any>;
|
||||||
}[]
|
}[]
|
||||||
>([]);
|
>([]);
|
||||||
const currentTreeData = ref();
|
|
||||||
const currentFormData = ref<QuotationPayload & { id?: string }>(
|
const currentFormData = ref<QuotationPayload & { id?: string }>(
|
||||||
structuredClone(resetFormData),
|
structuredClone(resetFormData),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue