bug
This commit is contained in:
@@ -388,10 +388,9 @@ export default {
|
||||
}).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast('提交成功')
|
||||
uni.$emit('specialPeopleList')
|
||||
setTimeout(() => {
|
||||
this.$emit('change', {
|
||||
type: 'Detail',
|
||||
})
|
||||
uni.navigateBack()
|
||||
}, 600)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user