From 886c971447db9fb8bfcf6fe05a58172630047584 Mon Sep 17 00:00:00 2001 From: gexinzhineng/gxzn27 <1348660141@qq.com> Date: Thu, 13 Apr 2023 15:23:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=A4=B1=E8=B4=A5=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=BB=A7=E7=BB=AD=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index c59e6d18..6d65fa1c 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -45,7 +45,7 @@ preIcon="ep:upload" :title="t('action.import')" v-hasPermi="['system:user:import']" - @click="importDialogVisible = true" + @click="importClick" /> { + importDialogVisible.value = true + uploadDisabled.value = false +} const handleRole = async (row: UserApi.UserVO) => { userRole.id = row.id userRole.username = row.username