From 33ec2a220a9e0ad96f5d146106ad676a5cede8c3 Mon Sep 17 00:00:00 2001 From: xyq <392009588@qq.com> Date: Fri, 30 Jun 2023 10:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 931579a2..a11c088f 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -947,6 +947,8 @@ export default { console.info(val) if(this.form.zjddm == null){ Dialog({ type: 'danger', message: '请生成宅基地信息!' }); + }else if(this.form.theGeomJson == null){ + Dialog({ type: 'danger', message: '请在地图上标注宅基地所在位置!' }); }else{ this.$router.push({path:val}); }