flat:合并

This commit is contained in:
Apcallover
2025-11-20 15:56:45 +08:00
11 changed files with 1674 additions and 31 deletions

View File

@@ -126,7 +126,7 @@ const { getDictSelectOption, oneDictData } = useDictStore();
const openSelectPopup = inject('openSelectPopup');
// status
const selectJobsModel = ref();
const tabCurrent = ref(0);
const tabCurrent = ref(1);
const salay = [2, 5, 10, 15, 20, 25, 30, 50, 80, 100];
const state = reactive({
station: [],
@@ -150,7 +150,7 @@ const fromValue = reactive({
});
onLoad((parmas) => {
// getTreeselect();
getTreeselect();
});
onMounted(() => {});