|
@@ -133,7 +133,8 @@ export default {
|
|
|
productTypeSn2: '', // 产品二级分类
|
|
|
productTypeSn3: '', // 产品三级分类
|
|
|
status: undefined, // 状态
|
|
|
- categorySn: undefined // 产品类目
|
|
|
+ categorySn: undefined, // 产品类目
|
|
|
+ orderBy: 'createDate'
|
|
|
},
|
|
|
productType: [], // 产品分类
|
|
|
categoryOptions: [], // 产品类目列表
|