From 639cea45f7c07bcfccfa6c82f3cefa968820ba6e Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sat, 2 Dec 2023 14:40:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E5=AD=97=E5=85=B8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BC=B9=E7=AA=97=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dict/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index 63ed6c1a..5740dce3 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -149,10 +149,10 @@ function handleDelete(dictTypeId?: number) { }); } -const dictDataDialog = { +const dictDataDialog = reactive({ title: "", visible: false, -}; +}); const selectedDictType = reactive({ typeCode: "", typeName: "" }); // 当前选中的字典类型