From bb51b212104d70e7bc95b214d72e1866497722df Mon Sep 17 00:00:00 2001 From: lilinyuan <1084668738@qq.com> Date: Sun, 24 Mar 2024 22:57:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Duser=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 81b688c..7ec0a9f 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -25,7 +25,7 @@ const searchConfig = ref([ }, on: { change: async (val) =>{ - const { data } = await getDeptOpt({subCompanyId: val.value}) + const { data } = await getDeptOpt({subCompanyId: val}) searchConfig.value.find(item=>item.prop == 'departmentId').props.data = data } }