From 0ff29a16e55dac912b14153a0e294fefbd8544a7 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Sun, 24 Apr 2022 19:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5ap?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 3ff25982..c34eed40 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -1432,7 +1432,8 @@ v-model="nmfwform.zl" name="坐落" label="坐落" - placeholder="坐落"required + placeholder="坐落" + required :rules="[{ required: true, message: '坐落不能为空' }]" /> @@ -1548,6 +1549,9 @@ v-model="nmfwform.fwlx" style="display:none" /> + + + - -