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('请输入入户走访事项')