标题
This commit is contained in:
@@ -358,13 +358,15 @@ export default {
|
|||||||
onLoad(o) {
|
onLoad(o) {
|
||||||
if(o.id) {
|
if(o.id) {
|
||||||
this.getDetail(o.id)
|
this.getDetail(o.id)
|
||||||
|
uni.setNavigationBarTitle({
|
||||||
|
title: '编辑返乡记录'
|
||||||
|
})
|
||||||
}
|
}
|
||||||
this.$dict.load('EP_travelType','EP_registerPersonType','EP_abnormalType','EP_highRiskIndustries','yesOrNo','epidemicTouchInFourteen').then(()=> {
|
this.$dict.load('EP_travelType','EP_registerPersonType','EP_abnormalType','EP_highRiskIndustries','yesOrNo','epidemicTouchInFourteen').then(()=> {
|
||||||
this.$areaId = this.user.$areaId
|
this.$areaId = this.user.$areaId
|
||||||
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
||||||
this.getewayList()
|
this.getewayList()
|
||||||
})
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user