26261
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user