防返贫
This commit is contained in:
@@ -620,6 +620,9 @@ export default {
|
|||||||
if (!this.form.idNumber) {
|
if (!this.form.idNumber) {
|
||||||
return this.$u.toast('请输入身份证号')
|
return this.$u.toast('请输入身份证号')
|
||||||
}
|
}
|
||||||
|
if (!this.form.familyCount) {
|
||||||
|
return this.$u.toast('请输入家庭人口数')
|
||||||
|
}
|
||||||
if (!this.form.phone) {
|
if (!this.form.phone) {
|
||||||
return this.$u.toast('请输入联系方式')
|
return this.$u.toast('请输入联系方式')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user