This commit is contained in:
2025-08-22 19:48:09 +08:00
parent 89bd2e6d92
commit d45bce2ef8
13 changed files with 1346 additions and 563 deletions

View File

@ -58,7 +58,7 @@ import type { ComponentInternalInstance } from 'vue';
import { useUserStoreHook } from '@/store/modules/user';
import { ElMessage, ElLoading } from 'element-plus';
import { biddingGetUser, AddbiddingUser, biddingUserList } from '@/api/bidding/appointment';
import { getProject } from '@/api/project/project';
// 获取当前实例
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
// 获取用户 store
@ -68,7 +68,7 @@ const currentProject = computed(() => userStore.selectedProject);
// 专业字典数据
const { des_user_major } = toRefs<any>(proxy?.useDict('des_user_major'));
const isDisabled = ref(false);
const projectInfo = ref({}); //项目信息
// 表单数据
const form = reactive({
id: null,