初始化项目
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user