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
0e8d5dad
Commit
0e8d5dad
authored
Jan 19, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
解润东 20220119
parent
642c7aa9
Pipeline
#7878
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/views/notice/noticeList/index.vue
src/views/notice/noticeList/index.vue
+4
-2
No files found.
src/views/notice/noticeList/index.vue
View file @
0e8d5dad
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
</div>
</div>
</van-checkbox-group>
</van-checkbox-group>
<div
class=
"page-footer"
>
<div
class=
"page-footer"
>
<van-checkbox
v-model=
"checkedAll"
@
change=
"checkedAllEvent"
@
click=
"checkedAllClick"
:disabled=
"finish=='true'?true:false"
>
全选
</van-checkbox>
<van-checkbox
v-model=
"checkedAll"
@
change=
"checkedAllEvent"
@
click=
"checkedAllClick"
v-if=
"noticeQuestionList.length>0"
:disabled=
"finish=='true'?true:false"
>
全选
</van-checkbox>
</div>
</div>
<van-field
<van-field
readonly
readonly
...
@@ -500,7 +500,9 @@ export default {
...
@@ -500,7 +500,9 @@ export default {
title
:
'
提示
'
,
title
:
'
提示
'
,
message
:
'
确定生成整改通知单?
'
,
message
:
'
确定生成整改通知单?
'
,
}).
then
(()
=>
{
}).
then
(()
=>
{
if
(
checkedList
.
length
==
0
){
this
.
$toast
.
fail
(
'
提交失败,请至少选择一个问题
'
);
return
}
if
(
this
.
noticeQuestionList
.
length
>
0
){
if
(
checkedList
.
length
==
0
){
this
.
$toast
.
fail
(
'
提交失败,请至少选择一个问题
'
);
return
}
}
var
success
=
true
var
success
=
true
var
num
=
0
var
num
=
0
this
.
noticeTableList
.
forEach
((
item
)
=>
{
this
.
noticeTableList
.
forEach
((
item
)
=>
{
...
...
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