diff --git a/src/views/Home/hysgl/hysinfo/HyInfoForm.vue b/src/views/Home/hysgl/hysinfo/HyInfoForm.vue index 4bd5847..b2b24f0 100644 --- a/src/views/Home/hysgl/hysinfo/HyInfoForm.vue +++ b/src/views/Home/hysgl/hysinfo/HyInfoForm.vue @@ -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();