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
2d59494b
Commit
2d59494b
authored
Nov 24, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dc8c5e16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
createStageRange.vue
src/pages/editor/createStageRange.vue
+4
-4
No files found.
src/pages/editor/createStageRange.vue
View file @
2d59494b
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
childrenKey=
"ChildList"
childrenKey=
"ChildList"
strategy=
"leaf"
strategy=
"leaf"
:treeData=
"state.dataTree"
:treeData=
"state.dataTree"
@
select
_t
=
"getdpt"
@
select=
"getdpt"
/>
/>
</div>
</div>
</
template
>
</
template
>
...
@@ -165,7 +165,6 @@ import departmentStaff from '@/components/common/departmentStaff.vue'
...
@@ -165,7 +165,6 @@ import departmentStaff from '@/components/common/departmentStaff.vue'
import
customerService2
from
'@/api/customer2'
import
customerService2
from
'@/api/customer2'
import
{
useQuasar
}
from
'quasar'
import
{
useQuasar
}
from
'quasar'
import
{
xorWith
}
from
'lodash'
export
default
defineComponent
({
export
default
defineComponent
({
...
@@ -367,9 +366,10 @@ export default defineComponent({
...
@@ -367,9 +366,10 @@ export default defineComponent({
}
}
state
.
defaultArray
=
[]
state
.
defaultArray
=
[]
state
.
addMsg
.
DeptEmpList
.
forEach
(
x
=>
{
state
.
addMsg
.
DeptEmpList
.
forEach
(
x
=>
{
x
.
Id
=
x
.
Id
+
'-'
+
x
.
Type
x
.
Id
=
x
.
Type
+
'-'
+
x
.
Id
state
.
defaultArray
.
push
(
x
.
Id
+
'-'
+
x
.
Type
)
state
.
defaultArray
.
push
(
x
.
Id
)
})
})
console
.
log
(
state
.
defaultArray
)
}
}
})
})
}
}
...
...
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