|
|
@@ -254,7 +254,10 @@
|
|
|
});
|
|
|
} else if (this.selectedDime == 2) {
|
|
|
const params = {
|
|
|
- categoryLevelId: treeId
|
|
|
+ categoryLevelId: treeId,
|
|
|
+ ...where,
|
|
|
+ ...order,
|
|
|
+ dimension: dimension
|
|
|
};
|
|
|
const data = getBatchDetails({
|
|
|
...params,
|
|
|
@@ -270,7 +273,10 @@
|
|
|
});
|
|
|
} else {
|
|
|
const params = {
|
|
|
- categoryLevelId: treeId
|
|
|
+ categoryLevelId: treeId,
|
|
|
+ ...where,
|
|
|
+ ...order,
|
|
|
+ dimension: dimension
|
|
|
};
|
|
|
const data = ouint.getInventoryDetails({
|
|
|
...params,
|