bug
This commit is contained in:
@@ -380,10 +380,10 @@ export default {
|
||||
|
||||
|
||||
onLoad(o) {
|
||||
if(o) {
|
||||
this.form.id = o?.id;
|
||||
this.form.gatewayId = o?.gatewayId
|
||||
if(o.length) {
|
||||
this.form.id = o?.id
|
||||
this.getInfo(o.id)
|
||||
this.form.gatewayId = decodeURIComponent(o.scene) || ''
|
||||
}
|
||||
this.$areaId = this.user.$areaId
|
||||
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
||||
@@ -596,7 +596,7 @@ export default {
|
||||
uni.$emit('update')
|
||||
this.$toast('提交成功')
|
||||
setTimeout(() => {
|
||||
uni.reLaunch({url:'./AppgetewayRegister'})
|
||||
uni.reLaunch({url:'./AppGetewayRegister'})
|
||||
}, 400)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user