From a1f691b3991e4734890b107d5bd0349f7bb4654d Mon Sep 17 00:00:00 2001 From: Methapon Metanipat Date: Mon, 25 Nov 2024 14:58:06 +0700 Subject: [PATCH] fix: error option store --- src/pages/05_quotation/preview/ViewForm.vue | 2 -- 1 file changed, 2 deletions(-) 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(); });