Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2024-07-30 16:51:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a38d966e243000b495638cb472bd625dbe65074
8a38d966
1 parent
f4a8803a
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/components/OrgPickerField/MyComponent.vue
src/components/OrgPickerField/MyComponent.vue
View file @
8a38d96
<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-07-30 1
5:50:20
* @LastEditTime: 2024-07-30 1
6:51:42
* @FilePath: /data-table/src/components/OrgPickerField/MyComponent.vue
* @Description: 树形组件
-->
...
...
@@ -652,7 +652,8 @@ const onSearchResultClick = (val, evt) => { // 搜索结果集项点击回调
let obj = { // 点击元素属性
id: +id,
name,
type
type,
role_list: val?.role_list?.length ? val?.role_list : []
}
// 对应类型添加到选中组
...
...
Please
register
or
login
to post a comment