微调
This commit is contained in:
@@ -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; // 显示对话框
|
||||
|
||||
};
|
||||
//选中
|
||||
// 处理选择变化
|
||||
|
||||
Reference in New Issue
Block a user