This commit is contained in:
liuye
2021-12-30 19:20:11 +08:00
parent b5f3dcab29
commit 1536c29b0a

View File

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