Explorar el Código

fix: arrivalNoticeList

zh hace 2 años
padre
commit
944ee79216
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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:[]
     }
   },