From 9687d6658d6ffee87ece5c51402c73a9589e61f1 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 19 Nov 2023 00:39:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E5=BC=B9=E7=AA=97=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=89=93=E5=BC=80=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/dept/index.vue | 4 ++-- src/views/system/dict/components/dict-item.vue | 4 ++-- src/views/system/dict/index.vue | 4 ++-- src/views/system/menu/index.vue | 4 ++-- src/views/system/role/index.vue | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 161e782..268c495 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -20,10 +20,10 @@ const deptFormRef = ref(ElForm); const loading = ref(false); const ids = ref([]); -const dialog = { +const dialog = reactive({ title: "", visible: false, -}; +}); const queryParams = reactive({}); const deptList = ref(); diff --git a/src/views/system/dict/components/dict-item.vue b/src/views/system/dict/components/dict-item.vue index 62dce8f..6a68e89 100644 --- a/src/views/system/dict/components/dict-item.vue +++ b/src/views/system/dict/components/dict-item.vue @@ -53,10 +53,10 @@ const queryParams = reactive({ const dictList = ref(); -const dialog = { +const dialog = reactive({ title: "", visible: false, -}; +}); const formData = reactive({ status: 1, diff --git a/src/views/system/dict/index.vue b/src/views/system/dict/index.vue index f35296b..63ed6c1 100644 --- a/src/views/system/dict/index.vue +++ b/src/views/system/dict/index.vue @@ -29,10 +29,10 @@ const queryParams = reactive({ const dictTypeList = ref(); -const dialog = { +const dialog = reactive({ title: "", visible: false, -}; +}); const formData = reactive({ status: 1, diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 46205e6..bca9f99 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -24,10 +24,10 @@ const queryFormRef = ref(ElForm); const menuFormRef = ref(ElForm); const loading = ref(false); -const dialog = { +const dialog = reactive({ title: "", visible: false, -}; +}); const queryParams = reactive({}); const menuList = ref([]); diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 003ed1a..82790d1 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -32,10 +32,10 @@ const queryParams = reactive({ const roleList = ref(); -const dialog = { +const dialog = reactive({ title: "", visible: false, -}; +}); const formData = reactive({ sort: 1,