26224
This commit is contained in:
@@ -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('请输入入户走访事项')
|
||||
|
||||
Reference in New Issue
Block a user