แก้ไข loader
This commit is contained in:
parent
f072224851
commit
b663eedb09
147 changed files with 3095 additions and 3256 deletions
|
|
@ -254,7 +254,6 @@ import type {
|
|||
} from "@/modules/01_metadata/interface/request/position/Level";
|
||||
import type { ResponseHistoryObject } from "@/modules/01_metadata/interface/response/position/Level";
|
||||
import HistoryTable from "@/components/TableHistory.vue";
|
||||
import { useDataStore } from "@/stores/data";
|
||||
|
||||
const props = defineProps({
|
||||
fetchDataComponent: {
|
||||
|
|
@ -263,8 +262,6 @@ const props = defineProps({
|
|||
},
|
||||
});
|
||||
|
||||
const dataStore = useDataStore();
|
||||
const { loaderPage } = dataStore;
|
||||
const mixin = useCounterMixin();
|
||||
const { success, dateText, messageError, showLoader, hideLoader } = mixin;
|
||||
const store = useManageDataStore();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue