26261
This commit is contained in:
@@ -123,9 +123,12 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
submit() {
|
submit() {
|
||||||
|
if (this.selectUser.length > 0) {
|
||||||
uni.$emit('goBack', { selectUser: this.selectUser, applicationName: this.applicationName, applicationId: this.applicationId })
|
uni.$emit('goBack', { selectUser: this.selectUser, applicationName: this.applicationName, applicationId: this.applicationId })
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
// uni.navigateTo({ url: `./add` })
|
} else {
|
||||||
|
return this.$u.toast('请选择人员')
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
toUserSelect(item) {
|
toUserSelect(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user