会议室信息

This commit is contained in:
XaoLi717 2024-11-15 09:06:47 +08:00
parent 0facca842d
commit a4a72f6952

View File

@ -156,7 +156,6 @@ import {DICT_TYPE, getIntDictOptions} from "@/utils/dict";
import {getUserProfile} from "@/api/system/user/profile";
import {HysglApi, HysglVO} from "@/api/home/hysgl";
import {HyglApi} from "@/api/home/hygl";
import {propTypes} from "@/utils/propTypes";
const dialogVisible = ref(false) //
@ -194,9 +193,6 @@ const formData = ref({
status: undefined,
processInstanceId: undefined,
})
const props = defineProps({
id: propTypes.number.def(undefined)
})
//
const getUserInfo = async () => {
const user = await getUserProfile();