This commit is contained in:
花有清香月有阴
2021-12-31 11:48:12 +08:00
parent b7261fd838
commit c97b6515f0

View File

@@ -123,9 +123,12 @@ export default {
},
submit() {
if (this.selectUser.length > 0) {
uni.$emit('goBack', { selectUser: this.selectUser, applicationName: this.applicationName, applicationId: this.applicationId })
uni.navigateBack()
// uni.navigateTo({ url: `./add` })
} else {
return this.$u.toast('请选择人员')
}
},
toUserSelect(item) {