bug
This commit is contained in:
@@ -85,12 +85,13 @@ export default {
|
||||
selectUserList.push(item)
|
||||
}
|
||||
})
|
||||
if (!selectUserList.length) {
|
||||
return this.$u.toast('请选择人员')
|
||||
} else {
|
||||
uni.$emit('selectUser', selectUserList)
|
||||
uni.navigateBack()
|
||||
}
|
||||
uni.$emit('selectUser', selectUserList)
|
||||
uni.navigateBack()
|
||||
// if (!selectUserList.length) {
|
||||
// return this.$u.toast('请选择人员')
|
||||
// } else {
|
||||
|
||||
// }
|
||||
},
|
||||
},
|
||||
onReachBottom() {
|
||||
|
||||
Reference in New Issue
Block a user