|
@@ -573,7 +573,7 @@
|
|
|
this.currentRow = val;
|
|
this.currentRow = val;
|
|
|
},
|
|
},
|
|
|
async warehouseData() {
|
|
async warehouseData() {
|
|
|
- const res = await getProductList(this.searchForm);
|
|
|
|
|
|
|
+ const res = await getProductList({...this.searchForm, isEnabled: 1});
|
|
|
this.tableData = res.list.map((el) => {
|
|
this.tableData = res.list.map((el) => {
|
|
|
el.categoryModel = el.modelType;
|
|
el.categoryModel = el.modelType;
|
|
|
el.categoryName = el.name;
|
|
el.categoryName = el.name;
|