Explorar o código

fix: 字段未初始化

liujt hai 2 días
pai
achega
396756f1f2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      pages/home/pages/production/production.vue

+ 2 - 1
pages/home/pages/production/production.vue

@@ -68,7 +68,8 @@ export default {
       // 模具库存统计
       orderList: [],
       // 舟皿库存统计
-      zmList: []
+      zmList: [],
+      orderNum: ''
     }
   },
   created () {