Browse Source

fix: arrivalNoticeList

zh 2 years ago
parent
commit
944ee79216
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/dashboard.vue

+ 2 - 1
src/views/dashboard.vue

@@ -413,7 +413,8 @@ export default {
       bol: true,
       visible: false,
       orderId: '',
-      logisticsDetail: []
+      logisticsDetail: [],
+      arrivalNoticeList:[]
     }
   },