quwangxin 2 年 前
コミット
6553bd5ab0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/produceOrder/components/report/Extrusion.vue

+ 1 - 1
src/views/produceOrder/components/report/Extrusion.vue

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