$route (to, from) {
if (to.name == 'infant-birth-registration') {
this.inpatNum = this.$route.params.getVal ? this.$route.params.getVal.inpatNum : ''
if (this.inpatNum != '') {
setTimeout(() => {
this.inpatNumGetData()
}, 100)
}
}
},

posted on 2019-01-24 11:44  鄢宁  阅读(292)  评论(0编辑  收藏  举报