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
b0471c1c
Commit
b0471c1c
authored
Nov 16, 2021
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
20211116 解润东
parent
69370ee2
Pipeline
#7137
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
src/views/notice/noticeList/index.vue
src/views/notice/noticeList/index.vue
+10
-4
No files found.
src/views/notice/noticeList/index.vue
View file @
b0471c1c
...
...
@@ -21,7 +21,8 @@
</van-col>
<van-col
span=
"7"
class=
"card-middle"
>
<div>
{{
item
.
realName
}}
</div>
<div><span>
提交时间
</span>
{{
item
.
submitTime
}}
</div>
<div
v-if=
"item.submit"
><span>
提交时间
</span>
{{
item
.
submitTime
}}
</div>
<div
v-else
>
未提交
</div>
</van-col>
<van-col
span=
"10"
class=
"card-right"
>
<div>
{{
item
.
troubleNumber
}}
</div>
...
...
@@ -135,6 +136,7 @@ export default {
text
:
'
整改通知管理列表
'
,
value
:
''
,
//日期值
id
:
''
,
//整改通知id
checkUserId
:
''
,
//人员单下拉框匹配id
showCalendar
:
false
,
//弹出层状态
showCalendar2
:
false
,
//人员匹配弹出层状态
finish
:
''
,
//检查状态
...
...
@@ -293,7 +295,6 @@ export default {
this
.
noticeQuestionList
.
forEach
((
item
)
=>
{
item
.
show
=
false
})
console
.
log
(
this
.
noticeQuestionList
)
/* ----详情---- */
if
(
this
.
isFinish
){
//获取选中状态数组
...
...
@@ -400,12 +401,18 @@ export default {
}
})
})
this
.
checkUserId
=
""
var
obj
=
{
planId
:
this
.
id
,
troubleIds
:
checkedList
,
finishTime
:
this
.
value
,
leaderSign
:
this
.
resultImg
,
ids
:
this
.
ids
}
//判断projectId是否为null决定id传值类别
if
(
this
.
projectId
!=
'
null
'
){
obj
.
checkUserId
=
this
.
ids
[
0
]
}
else
{
obj
.
ids
=
this
.
ids
}
this
.
$dialog
.
confirm
({
title
:
'
提示
'
,
...
...
@@ -498,7 +505,6 @@ export default {
this
.
person
=
""
this
.
ids
=
[]
var
valueList
=
this
.
$refs
.
apicker
.
getValues
()
console
.
log
(
valueList
)
valueList
.
forEach
((
item
)
=>
{
this
.
ids
.
push
(
item
.
id
)
this
.
person
+=
item
.
text
+
'
/
'
...
...
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