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
1c74be51
Commit
1c74be51
authored
Dec 30, 2021
by
13841799530
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.censoft.com.cn/BCDH-HSE/bcdh-app
into develop
parents
c7fcffe7
aa08eb62
Pipeline
#7702
passed with stage
in 11 seconds
Changes
1
Pipelines
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 @
1c74be51
...
...
@@ -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
({
...
...
@@ -514,6 +520,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