Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-08-18 15:55:34 +0800
Commit
1138425b0208a636d0c9a15340d99b7bd49f16ec
1 parent
bba772e5
fix sort selected state
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/helpers.js
apps/product/models/helpers.js
View file @
1138425
...
...
@@ -282,7 +282,7 @@ const helpers = {
});
_
.
forEach
(
s
.
sub
,
ss
=>
{
if
(
q
.
misort
&&
q
.
misort
===
ss
.
categoryId
)
{
if
(
(
q
.
misort
&&
q
.
misort
===
ss
.
categoryId
)
||
(
q
.
sort
===
ss
.
relationParameter
.
sort
)
)
{
ss
.
checked
=
true
;
s
.
checked
=
true
;
}
...
...
Please
register
or
login
to post a comment