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
6b2da078
Commit
6b2da078
authored
Nov 24, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3c0d8e14
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
departmentStaff.vue
src/components/common/departmentStaff.vue
+0
-2
customerSetup.vue
src/pages/customer/customerSetup.vue
+1
-1
createStageRange.vue
src/pages/editor/createStageRange.vue
+2
-1
No files found.
src/components/common/departmentStaff.vue
View file @
6b2da078
...
...
@@ -183,9 +183,7 @@ export default {
if
(
e
[
props
.
childrenKey
]
&&
e
[
props
.
childrenKey
].
length
>
0
)
{
findChild
(
e
[
props
.
childrenKey
])
}
else
{
console
.
log
(
182
,
e
.
DeptName
,
e
.
DataType
+
'-'
+
e
.
DeptId
)
ticketArr
.
value
.
push
(
e
.
DataType
+
'-'
+
e
.
DeptId
)
console
.
log
(
18
,
ticketArr
.
value
)
}
})
...
...
src/pages/customer/customerSetup.vue
View file @
6b2da078
...
...
@@ -47,7 +47,7 @@ export default defineComponent({
customerlabel
},
setup
()
{
let
tab
=
ref
<
string
>
(
'
label
'
)
let
tab
=
ref
<
string
>
(
'
field
'
)
if
(
router
.
currentRoute
.
value
.
query
&&
router
.
currentRoute
.
value
.
query
.
type
){
tab
.
value
=
router
.
currentRoute
.
value
.
query
.
type
as
string
...
...
src/pages/editor/createStageRange.vue
View file @
6b2da078
...
...
@@ -369,7 +369,8 @@ export default defineComponent({
x
.
Id
=
x
.
Type
+
'-'
+
x
.
Id
state
.
defaultArray
.
push
(
x
.
Id
)
})
console
.
log
(
state
.
defaultArray
)
getusestageName
()
}
})
}
...
...
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