Przeglądaj źródła

fix: 字段未初始化

liujt 2 dni temu
rodzic
commit
396756f1f2
1 zmienionych plików z 2 dodań i 1 usunięć
  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 () {