BUG 29767
This commit is contained in:
@@ -65,14 +65,11 @@ export default {
|
||||
}).then(res => {
|
||||
if (res?.code == 0) {
|
||||
this.$u.toast("提交成功!")
|
||||
uni.navigateBack({
|
||||
success: () => uni.$emit('reachBottom', true)
|
||||
})
|
||||
uni.navigateBack({})
|
||||
}
|
||||
})
|
||||
},
|
||||
handleSelectUser(v) {
|
||||
console.log(v)
|
||||
this.form.userId = v?.[0]?.id || ""
|
||||
this.form.userName = v?.[0]?.name || ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user