Skip to content

Commit

Permalink
fix: 组织树多次请求问题 (TencentBlueKing#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
brookylin authored May 10, 2024
1 parent 447d50a commit 70cbdd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@node-click="handleNodeClick"
:async="{
callback: getRemoteData,
cache: false,
cache: true,
}"
>
<template #node="node">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
@node-click="handleNodeClick"
:async="{
callback: getRemoteData,
cache: false,
cache: true,
}"
>
<template #node="node">
Expand Down

0 comments on commit 70cbdd9

Please sign in to comment.