Browse Source

fix: 字段未初始化

liujt 2 days ago
parent
commit
396756f1f2
1 changed files with 2 additions and 1 deletions
  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 () {