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)