|
@@ -307,7 +307,7 @@
|
|
|
...this.pages,
|
|
...this.pages,
|
|
|
keyWord: this.value,
|
|
keyWord: this.value,
|
|
|
warehouseId: this.warehouseId,
|
|
warehouseId: this.warehouseId,
|
|
|
- categoryLevelIds: this.classificationId
|
|
|
|
|
|
|
+ categoryLevelId: this.classificationId
|
|
|
};
|
|
};
|
|
|
let res = null;
|
|
let res = null;
|
|
|
if (this.dimension == 1) {
|
|
if (this.dimension == 1) {
|
|
@@ -315,7 +315,7 @@
|
|
|
} else {
|
|
} else {
|
|
|
res = await getBatchList(params);
|
|
res = await getBatchList(params);
|
|
|
}
|
|
}
|
|
|
- if (res && this.classificationId == params.categoryLevelIds) {
|
|
|
|
|
|
|
+ if (res && this.classificationId == params.categoryLevelId) {
|
|
|
this.tableData = res.list;
|
|
this.tableData = res.list;
|
|
|
this.total = res.count;
|
|
this.total = res.count;
|
|
|
}
|
|
}
|