Authored by 陈轩

fix BLK-1026

@@ -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 }