This commit is contained in:
sjl
2024-10-31 10:18:17 +08:00
parent 6d61305278
commit b452636c37

View File

@@ -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<string[]>([]);
@@ -151,6 +152,7 @@ const openEditDialog = (resource: Resource.ResResourceList) => {
isEditMode.value = true; // 设置为编辑模式
dialogTitle.value = '编辑菜单';
dialogFormVisible.value = true; // 显示对话框
};
//选中
// 处理选择变化