|
@@ -253,7 +253,7 @@ export default {
|
|
|
this.queryParam.promoStateList = ['NOT_RELEASE', 'HAVE_RELEASE']
|
|
|
this.productType = []
|
|
|
this.category = []
|
|
|
- this.$refs.table.refresh()
|
|
|
+ this.$refs.table.refresh(true)
|
|
|
},
|
|
|
// 产品分类 change
|
|
|
changeProductType (val, opt) {
|