From 9a84a5040365fd325020bc3657e01600928ad9fe Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Mon, 28 Aug 2023 15:29:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/4_Allocate/OrgList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/07_insignia/components/4_Allocate/OrgList.vue b/src/modules/07_insignia/components/4_Allocate/OrgList.vue index d07f68439..967f3a2ae 100644 --- a/src/modules/07_insignia/components/4_Allocate/OrgList.vue +++ b/src/modules/07_insignia/components/4_Allocate/OrgList.vue @@ -9,10 +9,10 @@ import { useRoute } from "vue-router"; import http from "@/plugins/http"; import config from "@/app.config"; import { useCounterMixin } from "@/stores/mixin"; -import { useResultDataStore } from "@/modules/07_insignia/storeAllocate"; +import { useAllocateDataStore } from "@/modules/07_insignia/storeAllocate"; import DialogEdit from "@/modules/07_insignia/components/4_Allocate/DialogEdit.vue"; -const DataStore = useResultDataStore(); +const DataStore = useAllocateDataStore(); const mixin = useCounterMixin(); const { showLoader, hideLoader, messageError, success, dialogRemove } = mixin;