From 59c459c12910550e5e33b22ba8a6302c15dc8fad Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 9 May 2023 15:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppHandSnapshot/SelectUser.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/project/wuxi/AppHandSnapshot/SelectUser.vue b/src/project/wuxi/AppHandSnapshot/SelectUser.vue index 16c7f3b2..ebf3075a 100644 --- a/src/project/wuxi/AppHandSnapshot/SelectUser.vue +++ b/src/project/wuxi/AppHandSnapshot/SelectUser.vue @@ -20,7 +20,6 @@ - @@ -169,7 +168,7 @@ export default { uni.$emit('goback', this.selectUser) uni.navigateBack() } else { - return this.$u.toast('请选择网格或网格员') + return this.$u.toast('请选择网格员') } }, }