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