|
@@ -271,6 +271,7 @@ const handleScope = async (type: string, row: RoleApi.RoleVO) => {
|
|
|
dataScopeForm.code = row.code
|
|
|
actionScopeType.value = type
|
|
|
dialogScopeVisible.value = true
|
|
|
+ treeNodeAll.value = false
|
|
|
if (type === 'menu') {
|
|
|
const menuRes = await listSimpleMenusApi()
|
|
|
treeOptions.value = handleTree(menuRes)
|