|
@@ -130,7 +130,9 @@ export default {
|
|
|
productBrandSn: undefined, // 产品品牌
|
|
|
productTypeSn1: '', // 产品一级分类
|
|
|
productTypeSn2: '', // 产品二级分类
|
|
|
- productTypeSn3: '' // 产品三级分类
|
|
|
+ productTypeSn3: '', // 产品三级分类
|
|
|
+ onlineFalg: '1',
|
|
|
+ isOnlinePage: '1'
|
|
|
},
|
|
|
disabled: false, // 查询、重置按钮是否可操作
|
|
|
exportLoading: false, // 导出loading
|
|
@@ -186,6 +188,7 @@ export default {
|
|
|
this.queryParam.productTypeSn2 = ''
|
|
|
this.queryParam.productTypeSn3 = ''
|
|
|
this.queryParam.onlineFalg = '1'
|
|
|
+ this.queryParam.isOnlinePage = '1'
|
|
|
this.productType = []
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|