no message
This commit is contained in:
parent
11d0b9b874
commit
bf880ef293
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import { ref, onMounted } from "vue";
|
|||
import ListPosition from "@/modules/01_metadataNew/components/position/01ListPosition.vue";
|
||||
import ListType from "@/modules/01_metadataNew/components/position/02ListType.vue";
|
||||
import ListExecutive from "@/modules/01_metadataNew/components/position/04ListExecutive.vue";
|
||||
const currentTab = ref<string>("list_executive");
|
||||
const currentTab = ref<string>("list_position");
|
||||
const tabs = ref<Array<any>>([]);
|
||||
|
||||
onMounted(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue