From 18e7aea217fd069b4172c9f58bf86d52566234b8 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Tue, 5 Mar 2024 17:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=A4=BE=E4=BA=A4?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E3=80=81=E7=94=A8=E6=88=B7=E7=9A=84=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/loginlog/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/loginlog/index.vue b/src/views/system/loginlog/index.vue index 96126adc..3de89d8e 100644 --- a/src/views/system/loginlog/index.vue +++ b/src/views/system/loginlog/index.vue @@ -43,7 +43,7 @@ const [registerTable, { exportList }] = useXTable({ }) // 详情操作 -const detailData = ref() // 详情 Ref +const detailData = ref({}) // 详情 Ref const dialogVisible = ref(false) // 是否显示弹出层 const dialogTitle = ref(t('action.detail')) // 弹出层标题 // 详情