BUG 28294

This commit is contained in:
aixianling
2022-03-16 18:20:09 +08:00
parent 33db3155b0
commit f39a19d57c

View File

@@ -439,14 +439,12 @@ export default {
}).then(res => {
if (res?.code == 0) {
this.$u.toast('提交成功')
setTimeout(() => {
uni.navigateBack({
success: () => {
uni.$emit("selectType")
}
})
}, 600)
}
} else this.$u.toast(res?.msg || "提交失败,请联系管理员")
})
},
handleSelectResident(resident, item) {