Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Dec 24, 2023
1 parent fa4d14f commit 8e951e8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ const DataSource = (props: any) => {
}));
};

dispatch({
type: STUDIO_MODEL.updateSelectRightKey,
payload: ''
});

/**
* 树节点点击事件 添加tab页 并传递参数
* @param keys
Expand Down

0 comments on commit 8e951e8

Please sign in to comment.