diff --git a/src/project/pingchang/AppReturnHomeRegister/Add.vue b/src/project/pingchang/AppReturnHomeRegister/Add.vue index b76822a..71611e0 100644 --- a/src/project/pingchang/AppReturnHomeRegister/Add.vue +++ b/src/project/pingchang/AppReturnHomeRegister/Add.vue @@ -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: {