From d5eadff265c85c7999a76e0f98222c3b26f2627d Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 12 Oct 2022 17:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppReturnHomeRegister/Add.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: {