ข้อมูลหลัก => fix bug
This commit is contained in:
parent
0531cf2bb3
commit
0d04f6a3b5
13 changed files with 336 additions and 320 deletions
|
|
@ -1,11 +1,12 @@
|
|||
div
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted } from "vue";
|
||||
|
||||
import ListPosition from "@/modules/01_metadata/components/position/01ListPosition.vue";
|
||||
import ListType from "@/modules/01_metadata/components/position/02ListType.vue";
|
||||
import ListExecutive from "@/modules/01_metadata/components/position/04ListExecutive.vue";
|
||||
|
||||
import { usePositionDataStore } from "../stores/positionListStore";
|
||||
// const store.pathLocation = ref<string>("list_position");
|
||||
|
||||
const tabs = ref<Array<any>>([]);
|
||||
const store = usePositionDataStore();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue