This commit is contained in:
shijingjing
2022-10-12 17:24:14 +08:00
parent 280e180ec0
commit d5eadff265

View File

@@ -358,13 +358,15 @@ export default {
onLoad(o) {
if(o.id) {
this.getDetail(o.id)
uni.setNavigationBarTitle({
title: '编辑返乡记录'
})
}
this.$dict.load('EP_travelType','EP_registerPersonType','EP_abnormalType','EP_highRiskIndustries','yesOrNo','epidemicTouchInFourteen').then(()=> {
this.$areaId = this.user.$areaId
this.travelTypeDict = this.$dict.getDict('EP_travelType')
this.getewayList()
})
},
methods: {