From f91547ada1489c8b7bd79e581bac0ac78c9a97fc Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 9 Dec 2024 16:25:34 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BB=A3=E7=A0=81=E6=81=A2=E5=A4=8D]=20?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AE=9A=E4=BD=8D=E9=BB=98=E8=AE=A4=E5=80=BC?= =?UTF-8?q?=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/eight_assignments/hot_work/select_position.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/eight_assignments/hot_work/select_position.vue b/pages/eight_assignments/hot_work/select_position.vue index 309443a..7d6b9d5 100644 --- a/pages/eight_assignments/hot_work/select_position.vue +++ b/pages/eight_assignments/hot_work/select_position.vue @@ -43,8 +43,8 @@ export default { {name: '纬度', key_name: 'WORK_LATITUDE', type: 0} ], form: { - WORK_LONGITUDE: '', - WORK_LATITUDE: '' + WORK_LONGITUDE: '1', + WORK_LATITUDE: '1' }, rules: { WORK_LONGITUDE: [{type: 'string', required: true, message: '请输入经度', trigger: ['blur', 'change']}],