Authored by 马力

Merge branch 'hotfix_check_menu_bug' into gray

... ... @@ -207,7 +207,7 @@ var g = new common.grid({
maxSortId: tabTree.selected.length > 0 ? tabTree.selected[0].id : "", // 一级类目
middleSortId: tabTree.selected.length > 1 ? tabTree.selected[1].id : "", // 二级类目
smallSortId: tabTree.selected.length > 2 ? tabTree.selected[2].id : "", // 三级类目
productStatusStr: t.value ? t.value : '1,2,3,4,5,6,7'
productStatusStr: t.value ? t.value : '0,1,2,3,4,5,6,7,9,10'
};
},
columns: [{
... ...