From b452636c37a3f03638119246091ca0c3c83e905f Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Thu, 31 Oct 2024 10:18:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/authority/resource/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/views/authority/resource/index.vue b/frontend/src/views/authority/resource/index.vue index d03cc08..af060a7 100644 --- a/frontend/src/views/authority/resource/index.vue +++ b/frontend/src/views/authority/resource/index.vue @@ -45,6 +45,7 @@ import type { ColumnProps, ProTableInstance } from '@/components/ProTable/interface' import { ElMessage, ElMessageBox, inputEmits } from 'element-plus'; import { useDictStore } from '@/stores/modules/dict' +import { el } from 'element-plus/es/locale'; const dictStore = useDictStore() let multipleSelection = ref([]); @@ -151,6 +152,7 @@ const openEditDialog = (resource: Resource.ResResourceList) => { isEditMode.value = true; // 设置为编辑模式 dialogTitle.value = '编辑菜单'; dialogFormVisible.value = true; // 显示对话框 + }; //选中 // 处理选择变化