BUG 28179

This commit is contained in:
aixianling
2022-03-14 20:26:16 +08:00
parent e468bdca51
commit 6be9eda1e1
2 changed files with 8 additions and 3 deletions

View File

@@ -460,7 +460,11 @@ export default {
this.$u.toast('提交成功')
uni.$emit('specialPeopleList')
setTimeout(() => {
uni.navigateBack({})
uni.navigateBack({
success: () => {
uni.$emit("selectType")
}
})
}, 600)
}
})