Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-12-11 16:05:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
513f6b817baa4dd25da8c621d7294e27a7891faa
513f6b81
1 parent
9952fafc
fix 打开成员列表弹框,清空组织结构默认勾选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
doc/selectUserView.vue
doc/selectUserView.vue
View file @
513f6b8
<!--
* @Date: 2023-11-01 10:18:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-
06 12:52:57
* @LastEditTime: 2023-12-
11 16:05:11
* @FilePath: /vue-flow-editor/doc/selectUserView.vue
* @Description: 成员列表选择控件
-->
...
...
@@ -407,6 +407,7 @@ watch(
// watch dialogUserFormVisible.value 监听弹框显示,修改tab文字宽度
() => dialogUserFormVisible.value,
val => {
currentCheckedNodeKey.value = []; // 打开成员列表弹框,清空组织结构默认勾选
if (val) {
nextTick(() => {
tabTextWidth.value = $("#" + activeTabId.value).width() + "px";
...
...
Please
register
or
login
to post a comment