From 09a7c47480c3a66e1a7634239fe3ab79092f3fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 31 Dec 2021 14:18:43 +0800 Subject: [PATCH] 26269 --- src/apps/AppWalkask/selectType.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppWalkask/selectType.vue b/src/apps/AppWalkask/selectType.vue index f52af701..77a11516 100644 --- a/src/apps/AppWalkask/selectType.vue +++ b/src/apps/AppWalkask/selectType.vue @@ -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 {