Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
horse
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
向伟
horse
Commits
d2491f31
Commit
d2491f31
authored
Nov 15, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
aa8daf6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
selectTree.vue
src/components/common/selectTree.vue
+1
-1
No files found.
src/components/common/selectTree.vue
View file @
d2491f31
...
...
@@ -158,7 +158,7 @@ export default {
()
=>
{
chooseTreeNodeArray
.
value
=
[];
if
(
props
.
defaultArray
&&
props
.
defaultArray
.
length
>
0
)
{
props
.
defaultArray
.
forEach
(
item
=>
{
props
.
defaultArray
.
forEach
(
(
item
:
any
)
=>
{
if
(
item
!=
''
)
{
if
(
props
.
multiple
)
{
chooseTreeNodeArray
.
value
.
push
(
item
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment