update by fq

This commit is contained in:
2023-05-11 15:33:57 +08:00
parent eb4f49454f
commit 9aa68cc2a2
4 changed files with 38 additions and 57 deletions

View File

@ -274,10 +274,10 @@ import {
updateRole
} from "@/api/system/role";
import {roleMenuTreeselect, treeSelect as menuTreeSelect} from "@/api/system/menu";
import {sys_normal_disable} from "@/constant/dict";
const router = useRouter();
const {proxy} = getCurrentInstance();
const {sys_normal_disable} = proxy.useDict("sys_normal_disable");
const deptCheckStrictly = ref(true)/*部门父子联动*/
const menuCheckStrictly = ref(true) /*菜单父子联动*/
const roleList = ref([]);