初始化项目

This commit is contained in:
2026-03-26 22:59:43 +08:00
parent 08875ef072
commit 9571ca8b5c

View File

@@ -75,6 +75,7 @@
import type { TableColumnCtx } from 'element-plus'; import type { TableColumnCtx } from 'element-plus';
import { onMounted, reactive, ref } from 'vue'; import { onMounted, reactive, ref } from 'vue';
import { MyProjectInfo, myProjectInfoPageList } from '@jeesite/biz/api/biz/myProjectInfo'; import { MyProjectInfo, myProjectInfoPageList } from '@jeesite/biz/api/biz/myProjectInfo';
import { DictData, dictDataListData } from '@jeesite/core/api/sys/dictData';
const sourceData = ref<MyProjectInfo[]>([]); const sourceData = ref<MyProjectInfo[]>([]);
const loading = ref(false); const loading = ref(false);