shizhong 1 year ago
parent
commit
f0f75fac0c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/system/role/index.vue

+ 1 - 0
src/views/system/role/index.vue

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