|
@ -194,10 +194,10 @@ |
|
|
const selectRoleRef = ref(); |
|
|
const selectRoleRef = ref(); |
|
|
const formSchema = formConfig(disabled as any); |
|
|
const formSchema = formConfig(disabled as any); |
|
|
const formSchema2 = formConfig2(roleDisabled as any); |
|
|
const formSchema2 = formConfig2(roleDisabled as any); |
|
|
const { orgName, projectId, orgId } = JSON.parse( |
|
|
const { orgName, projectId } = JSON.parse( |
|
|
sessionStorage.getItem(import.meta.env.VITE_PUBLIC_PATH), |
|
|
sessionStorage.getItem(import.meta.env.VITE_PUBLIC_PATH), |
|
|
); |
|
|
); |
|
|
// const orgId = JSON.parse(sessionStorage.getItem('ORGID')); |
|
|
const orgId = JSON.parse(sessionStorage.getItem('ORGID')); |
|
|
const roleTreeData = ref([]); |
|
|
const roleTreeData = ref([]); |
|
|
const rolePermissionTreeData = ref([]); |
|
|
const rolePermissionTreeData = ref([]); |
|
|
const deptTreeData = ref([]); |
|
|
const deptTreeData = ref([]); |
|
|