flat: 合并

This commit is contained in:
Apcallover
2025-11-21 10:47:43 +08:00
14 changed files with 1236 additions and 509 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -69,7 +69,7 @@ onLoad(() => {
onShow(() => {
// 获取消息列表
useReadMsg().fetchMessages();
// useReadMsg().fetchMessages();
});
const state = reactive({

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(() => {});