|
@@ -534,7 +534,8 @@ export default {
|
|
pageNum: this.table_currentPage,
|
|
pageNum: this.table_currentPage,
|
|
pageSize: this.table_pageSize,
|
|
pageSize: this.table_pageSize,
|
|
keyword: this.keyword,
|
|
keyword: this.keyword,
|
|
- categoryId: this.classifyCurrent
|
|
|
|
|
|
+ categoryId: this.classifyCurrent,
|
|
|
|
+ status: true
|
|
}).then(res => {
|
|
}).then(res => {
|
|
let oldGoodsList = this.goodsList
|
|
let oldGoodsList = this.goodsList
|
|
let newGoodsList = res.data.records
|
|
let newGoodsList = res.data.records
|