shizhong 1 년 전
부모
커밋
f0f75fac0c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)