|
|
@@ -224,7 +224,8 @@
|
|
|
inventoryCode: this.baseInfo.assetCode,
|
|
|
name: this.baseInfo.assetName,
|
|
|
// dimension: +this.$route.query.dimension
|
|
|
- batchNo:this.$route.query.batchNo
|
|
|
+ batchNo:this.$route.query.batchNo,
|
|
|
+ categoryId: this.baseParams.categoryId
|
|
|
};
|
|
|
const res = await getBatchDetails(params);
|
|
|
if (res?.success) {
|