跳转列表页

This commit is contained in:
shijingjing
2022-09-27 17:13:05 +08:00
parent 63a116bc65
commit c69d040592

View File

@@ -618,7 +618,11 @@ export default {
uni.$emit('update')
this.$toast('提交成功')
setTimeout(() => {
uni.reLaunch({url:'./AppGetewayRegister'})
if(this.form.id.length) {
uni.navigateBack({ delta: 2})
} else {
uni.navigateBack()
}
}, 400)
}
})