初始化项目
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
import type { TableColumnCtx } from 'element-plus';
|
||||
import { onMounted, reactive, ref } from 'vue';
|
||||
import { MyProjectInfo, myProjectInfoPageList } from '@jeesite/biz/api/biz/myProjectInfo';
|
||||
import { DictData, dictDataListData } from '@jeesite/core/api/sys/dictData';
|
||||
|
||||
const sourceData = ref<MyProjectInfo[]>([]);
|
||||
const loading = ref(false);
|
||||
|
||||
Reference in New Issue
Block a user