@@ -54,6 +54,8 @@ export default {
onLoad(option) {
this.goodsId = option.goodsId
this.orderGoodsId = option.orderGoodsId
+ },
+ onShow() {
this.initCalendar()
this.getToDayExam()
},