Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
0e19d442
You need to sign in or sign up before continuing.
Commit
0e19d442
authored
Dec 27, 2021
by
王明朋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
「增量代码」将检查计划为自定义地点的时候选择人员,加传递参数userId
parent
9d5590d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/views/notice/noticeList/index.vue
src/views/notice/noticeList/index.vue
+12
-0
No files found.
src/views/notice/noticeList/index.vue
View file @
0e19d442
...
...
@@ -153,6 +153,7 @@ export default {
columns
:[],
//人员匹配下拉数据数组默认值
person
:
''
,
//人员匹配默认值
projectId
:
''
,
personId
:
''
}
},
watch
:{
...
...
@@ -412,6 +413,11 @@ export default {
if
(
this
.
projectId
!=
'
null
'
){
obj
.
checkUserId
=
this
.
ids
[
0
]
}
else
{
/* 项目为自定义地点的时候,传递选中的用户ID:王明朋 */
obj
.
checkUserId
=
this
.
personId
obj
.
ids
=
this
.
ids
}
this
.
$dialog
.
confirm
({
...
...
@@ -513,6 +519,12 @@ export default {
})
//去尾'/'
this
.
person
=
this
.
person
.
substr
(
0
,
this
.
person
.
length
-
2
)
/* 项目为自定义地点的时候,传递选中的用户ID:王明朋 */
this
.
personId
=
valueList
[
valueList
.
length
-
1
].
id
this
.
showCalendar2
=
false
;
}
}
...
...
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