BUG 28294
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user