This commit is contained in:
liuye
2022-01-17 13:52:33 +08:00
parent 02e72fb387
commit 52ec12369d
3 changed files with 15 additions and 8 deletions

View File

@@ -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() {