Showing
1 changed file
with
1 additions
and
1 deletions
@@ -254,7 +254,7 @@ | @@ -254,7 +254,7 @@ | ||
254 | this.$set('cateNavRightData', this.cateNavLeftData ? this.cateNavLeftData[0].sub : []); | 254 | this.$set('cateNavRightData', this.cateNavLeftData ? this.cateNavLeftData[0].sub : []); |
255 | 255 | ||
256 | this.$set('rightAll', this.cateNavLeftData ? { | 256 | this.$set('rightAll', this.cateNavLeftData ? { |
257 | - sortId: this.cateNavLeftData[0].relationParameter.sort, | 257 | + sortId: this.cateNavLeftData[0].sub.map(sort=>sort.relationParameter.sort).join(','), |
258 | categoryName: this.cateNavLeftData[0].categoryName | 258 | categoryName: this.cateNavLeftData[0].categoryName |
259 | } : {}); | 259 | } : {}); |
260 | } | 260 | } |
-
Please register or login to post a comment