|
@@ -146,7 +146,8 @@ export default {
|
|
productTypeSn2: '', // 产品二级分类
|
|
productTypeSn2: '', // 产品二级分类
|
|
productTypeSn3: '', // 产品三级分类
|
|
productTypeSn3: '', // 产品三级分类
|
|
categorySn1: undefined, // 商城一级类目
|
|
categorySn1: undefined, // 商城一级类目
|
|
- categorySn2: undefined // 商城二级类目
|
|
|
|
|
|
+ categorySn2: undefined, // 商城二级类目
|
|
|
|
+ categoryStatus: '1'// 状态 默认值1
|
|
},
|
|
},
|
|
openAddModal: false, // 打开新增弹窗
|
|
openAddModal: false, // 打开新增弹窗
|
|
openEditModal: false, // 打开编辑弹窗
|
|
openEditModal: false, // 打开编辑弹窗
|
|
@@ -290,6 +291,7 @@ export default {
|
|
this.queryParam.productTypeSn3 = ''
|
|
this.queryParam.productTypeSn3 = ''
|
|
this.queryParam.categorySn1 = undefined
|
|
this.queryParam.categorySn1 = undefined
|
|
this.queryParam.categorySn2 = undefined
|
|
this.queryParam.categorySn2 = undefined
|
|
|
|
+ this.queryParam.categoryStatus = '1'
|
|
this.productType = []
|
|
this.productType = []
|
|
this.category = []
|
|
this.category = []
|
|
this.$refs.table.refresh()
|
|
this.$refs.table.refresh()
|