docs: 注释修改

Former-commit-id: c3e97545475a4a38578a3271c27840ccb6bc003b
This commit is contained in:
郝先瑞
2022-08-23 23:57:32 +08:00
parent 24d5962689
commit f7c850d266

View File

@@ -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 {