-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 重构ProjectSelect组件,确保onChange事件正确传递选中的数据模型值。 - 在DataQuery组件中,更新queryDispatch.fetchTreeData调用,移除不必要的projectId参数。 - 新增handleProjectSelect处理函数,用于在选择数据模型后刷新项目并更新代码编辑器的自动完成数据。 - 修正DataQuery组件中的错误调用,将queryDispatch.fetchTreeData调用中的projectId参数移除。 - 在删除操作后,同样调用queryDispatch.fetchTreeData来刷新树数据。 - 调整代码编辑器的自动完成逻辑,确保在选择数据模型后能正确获取表和字段。
- Loading branch information
www.zerocode.net.cn
committed
Sep 17, 2024
1 parent
da35466
commit 2ac49a6
Showing
3 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters