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