From a473aa91e0a51ddc94297c10fe65f59291b06304 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 18 Mar 2022 14:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=89=8B=E6=8B=8D=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E8=81=94=E7=B3=BB=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/service/AppPhotoReport/PhotoForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mods/service/AppPhotoReport/PhotoForm.vue b/src/mods/service/AppPhotoReport/PhotoForm.vue index 6b108c2..d6b6767 100644 --- a/src/mods/service/AppPhotoReport/PhotoForm.vue +++ b/src/mods/service/AppPhotoReport/PhotoForm.vue @@ -201,6 +201,7 @@ export default { }, onColumnChange(e) { + const column = e.detail.column const value = e.detail.value @@ -237,7 +238,7 @@ export default { return this.$toast('请输入上报人姓名') } - if (!this.form.girdName) { + if (!this.form.phone) { return this.$toast('请输入上报人联系方式') } if (this.flag) return