quwangxin il y a 2 ans
Parent
commit
25ac4dfdd4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/produceOrder/components/report/Extrusion.vue

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

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