quwangxin hace 2 años
padre
commit
25ac4dfdd4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
           });