From 7c258f8e7e9385c573a44de1c90bc985070a82a3 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 23 Dec 2022 16:03:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7element-plus=E5=88=B0?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC2.2.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/layout/components/TagsView/ScrollPane.vue | 2 +- src/views/system/dept/index.vue | 1 - src/views/system/menu/index.vue | 3 +-- src/views/system/user/index.vue | 1 - 5 files changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 2f921b8..db7d8d8 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@vueuse/core": "9.5.0", "axios": "0.27.2", "echarts": "5.4.0", - "element-plus": "2.2.21", + "element-plus": "2.2.27", "file-saver": "2.0.5", "fuse.js": "6.6.2", "js-cookie": "3.0.1", diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue index 11fe4c4..ff058ba 100644 --- a/src/layout/components/TagsView/ScrollPane.vue +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -15,7 +15,7 @@ import useTagsViewStore from '@/store/modules/tagsView' const tagAndTagSpacing = ref(4); const { proxy } = getCurrentInstance(); -const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrap$); +const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrapRef); onMounted(() => { scrollWrapper.value.addEventListener('scroll', emitScroll, true) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index af51c50..889867d 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -89,7 +89,6 @@ value-key="deptId" placeholder="选择上级部门" check-strictly - :render-after-expand="false" /> diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 2e702ef..c3f55a4 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -69,7 +69,7 @@ - + @@ -96,7 +96,6 @@ value-key="menuId" placeholder="选择上级菜单" check-strictly - :render-after-expand="false" /> diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 96b6d96..641f77b 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -196,7 +196,6 @@ value-key="id" placeholder="请选择归属部门" check-strictly - :render-after-expand="false" />