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-08-06 11:44:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
df2effdb5dbb18f31c52119a91185876e51133db
df2effdb
1 parent
20b956fa
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/OrgPickerField/MyComponent.vue
src/components/OrgPickerField/MyComponent.vue
View file @
df2effd
<!--
*
@Date
:
2022
-
08
-
29
14
:
31
:
20
*
@LastEditors
:
hookehuyr
hookehuyr
@gmail
.
com
*
@LastEditTime
:
2024
-
08
-
06
11
:
4
2
:
29
*
@LastEditTime
:
2024
-
08
-
06
11
:
4
3
:
57
*
@FilePath
:
/
data
-
table
/
src
/
components
/
OrgPickerField
/
MyComponent
.
vue
*
@Description
:
树形组件
-->
...
...
@@ -347,7 +347,7 @@ onMounted(async () => {
dept_list
=
flowRoleList
.
data
;
}
// TEST
check_type
.
value
=
'
single
'
;
// 默认单选
check_type
.
value
=
''
;
// 默认单选
// 获取已选中数据
// 如果有默认值处理
props
.
value
=
props
.
component_props
.
default
;
...
...
Please
register
or
login
to post a comment