@@ -466,7 +466,7 @@
realTimeStorage({
categoryCode: res.categoryCode,
- factoryCode: this.infoData.werks || '14T1'
+ factoryCode: res.factoryCode || '14T1'
}).then((res) => {
this.batchList = res;
});