From a4a72f6952bbc8489b9aa67a90517a5ceedec767 Mon Sep 17 00:00:00 2001 From: XaoLi717 <144221124+XaoLi717@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:06:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E5=AE=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/hysgl/hysinfo/HyInfoForm.vue | 4 ---- 1 file changed, 4 deletions(-) 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();