Showing
1 changed file
with
1 additions
and
1 deletions
@@ -211,7 +211,7 @@ webpackJsonp([30],[ | @@ -211,7 +211,7 @@ webpackJsonp([30],[ | ||
211 | maxSortId: tabTree.selected.length > 0 ? tabTree.selected[0].id : "", // 一级类目 | 211 | maxSortId: tabTree.selected.length > 0 ? tabTree.selected[0].id : "", // 一级类目 |
212 | middleSortId: tabTree.selected.length > 1 ? tabTree.selected[1].id : "", // 二级类目 | 212 | middleSortId: tabTree.selected.length > 1 ? tabTree.selected[1].id : "", // 二级类目 |
213 | smallSortId: tabTree.selected.length > 2 ? tabTree.selected[2].id : "", // 三级类目 | 213 | smallSortId: tabTree.selected.length > 2 ? tabTree.selected[2].id : "", // 三级类目 |
214 | - productStatusStr: t.value ? t.value : '1,2,3,4,5,6,7' | 214 | + productStatusStr: t.value ? t.value : '0,1,2,3,4,5,6,7,9,10' |
215 | }; | 215 | }; |
216 | }, | 216 | }, |
217 | columns: [{ | 217 | columns: [{ |
-
Please register or login to post a comment