会议室信息
This commit is contained in:
parent
0facca842d
commit
a4a72f6952
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user