Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
夏新然
/
appweb
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 218591cc
authored
May 27, 2020
by
夏新然
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改分时统计选择门店BUG
1 parent
c433a2f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
pages/conditionList/multiMallList.vue
pages/conditionList/multiMallList.vue
View file @
218591c
...
@@ -116,6 +116,7 @@
...
@@ -116,6 +116,7 @@
});
});
return
;
return
;
}
}
console
.
log
(
'aa'
,
this
.
cacheList
)
this
.
$store
.
dispatch
(
'malls/updateMultiCheckedMall'
,
this
.
checkedMallIds
)
this
.
$store
.
dispatch
(
'malls/updateMultiCheckedMall'
,
this
.
checkedMallIds
)
uni
.
reLaunch
({
uni
.
reLaunch
({
url
:
`
${
this
.
backUrl
}
?type=
${
this
.
analysisLevel
}
`
url
:
`
${
this
.
backUrl
}
?type=
${
this
.
analysisLevel
}
`
...
@@ -152,8 +153,18 @@
...
@@ -152,8 +153,18 @@
cb
(
result
);
cb
(
result
);
},
},
allClickHandle
()
{
allClickHandle
()
{
this
.
checkedMallIds
=
[];
this
.
isAll
=
!
this
.
isAll
;
this
.
isAll
=
!
this
.
isAll
;
this
.
cacheList
.
forEach
(
item
=>
item
.
_selected
=
this
.
isAll
)
this
.
cacheList
.
forEach
(
item
=>
{
item
.
_selected
=
this
.
isAll
if
(
this
.
isAll
){
this
.
checkedMallIds
.
push
({
id
:
item
.
id
,
name
:
item
.
name
})
}
})
},
},
itemFun
(
index
)
{
itemFun
(
index
)
{
this
.
cacheList
[
index
].
_selected
=
!
this
.
cacheList
[
index
].
_selected
;
this
.
cacheList
[
index
].
_selected
=
!
this
.
cacheList
[
index
].
_selected
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment