This commit is contained in:
花有清香月有阴
2021-12-31 14:18:43 +08:00
parent adeb6f3062
commit 09a7c47480

View File

@@ -122,7 +122,7 @@ export default {
},
submit() {
if (this.selectUser.length > 0) {
if (this.selectUser.id != null) {
uni.$emit('goBack', { selectUser: this.selectUser, applicationName: this.applicationName, applicationId: this.applicationId })
uni.navigateBack()
} else {