Browse Source

角色

power_master
herenshan112 3 weeks ago
parent
commit
a233386491
  1. 2
      src/views/system/monitor/online/roleConfig/addRoleGroup.vue
  2. 2
      src/views/system/monitor/online/roleConfig/editRoleGroup.vue
  3. 215
      vite.config.ts.timestamp-1767159173988-23b2a9cba496b.mjs

2
src/views/system/monitor/online/roleConfig/addRoleGroup.vue

@ -31,7 +31,7 @@ const treeSelectData = ref<RoleListTree[]>([])
const formData = reactive<RoleFormInfo>({
id:"0",
name:"",
type:"2",
type:props.groupInfo.toString(),
superior:"0",
sort:50
})

2
src/views/system/monitor/online/roleConfig/editRoleGroup.vue

@ -37,7 +37,7 @@ const treeSelectData = ref<RoleListTree[]>([])
const formData = reactive<RoleFormInfo>({
id:"0",
name:"",
type:"2",
type:props.groupInfo.toString(),
superior:"0",
sort:50
})

215
vite.config.ts.timestamp-1767159173988-23b2a9cba496b.mjs

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save