|
@@ -260,7 +260,6 @@ export default {
|
|
|
});
|
|
|
this.queryBrands();
|
|
|
this.queryClass();
|
|
|
- this.listData((this.params.content.pageNumber = 1));
|
|
|
},
|
|
|
/*可添加商品*/
|
|
|
async listData() {
|
|
@@ -309,6 +308,8 @@ export default {
|
|
|
this.querySa_brandid !== "" && this.querySa_brandid !== 0
|
|
|
? (this.sa_brandid = this.querySa_brandid)
|
|
|
: (this.sa_brandid = res.data[0].sa_brandid);
|
|
|
+ this.params.content.where.sa_brandid = this.sa_brandid
|
|
|
+ this.listData((this.params.content.pageNumber = 1));
|
|
|
this.queryClass();
|
|
|
},
|
|
|
brandChange() {
|