docs: 注释修改
This commit is contained in:
parent
f70c9101b6
commit
c3e9754547
|
|
@ -61,10 +61,11 @@ const state = reactive({
|
|||
// 勾选的菜单ID
|
||||
checkedMenuIds: new Set([]),
|
||||
allPermIds: [] as string[],
|
||||
// 选中的角色
|
||||
checkedRole: {
|
||||
id: '',
|
||||
name: ''
|
||||
} // 选中的角色
|
||||
}
|
||||
});
|
||||
|
||||
const {
|
||||
|
|
|
|||
Loading…
Reference in New Issue