From 1536c29b0a8a38995ce667a7758db9c6800d6c76 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 30 Dec 2021 19:20:11 +0800 Subject: [PATCH] 26224 --- src/apps/AppWalkask/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppWalkask/add.vue b/src/apps/AppWalkask/add.vue index a1090607..7ebd4c92 100644 --- a/src/apps/AppWalkask/add.vue +++ b/src/apps/AppWalkask/add.vue @@ -105,7 +105,7 @@ export default { realityClick() { if(this.id) return if (!this.forms.create_user_name) { - return this.$u.toast('请选择走访慰问对象') + return this.$u.toast('请选择走访对象') } this.showStstus = true }, @@ -131,7 +131,7 @@ export default { this.$refs.uForm.validate((valid) => { if (valid) { if (!this.forms.create_user_name) { - return this.$u.toast('请选择走访慰问对象') + return this.$u.toast('请选择走访对象') } if (!this.forms.title) { return this.$u.toast('请输入入户走访事项')