diff --git a/src/pages/05_quotation/preview/ViewForm.vue b/src/pages/05_quotation/preview/ViewForm.vue index dbe8037b..64cea173 100644 --- a/src/pages/05_quotation/preview/ViewForm.vue +++ b/src/pages/05_quotation/preview/ViewForm.vue @@ -231,8 +231,6 @@ onMounted(async () => { }, ); - await optionStore.fetchOption(); - assignData(); });