From 5908f07d7df7e1f9ff87459f87efcbdaafa1dc46 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Tue, 8 Feb 2022 11:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=80=E5=9C=A8=E5=9C=B0?= =?UTF-8?q?=E6=89=93=E5=BC=80=E9=80=89=E6=8B=A9=E6=A1=86=E5=86=8D=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=90=8E=E6=95=B0=E6=8D=AE=E4=B8=A2=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/community/save.html | 4 ++-- src/main/resources/templates/community/update.html | 4 ++-- src/main/resources/templates/residential/save.html | 4 ++-- src/main/resources/templates/residential/update.html | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/templates/community/save.html b/src/main/resources/templates/community/save.html index bd7aae2..41f6fa0 100644 --- a/src/main/resources/templates/community/save.html +++ b/src/main/resources/templates/community/save.html @@ -188,9 +188,9 @@ } areaName += item.areaName; } + $('#locationCode').val(areaCode); + $('#location').val(areaName); } - $('#locationCode').val(areaCode); - $('#location').val(areaName); initGridSelect(areaCode); } }) diff --git a/src/main/resources/templates/community/update.html b/src/main/resources/templates/community/update.html index d535218..530a407 100644 --- a/src/main/resources/templates/community/update.html +++ b/src/main/resources/templates/community/update.html @@ -195,9 +195,9 @@ } areaName += item.areaName; } + $('#locationCode').val(areaCode); + $('#locationName').val(areaName); } - $('#locationCode').val(areaCode); - $('#locationName').val(areaName); initGridSelect(areaCode); } }) diff --git a/src/main/resources/templates/residential/save.html b/src/main/resources/templates/residential/save.html index 2e91b30..5ca79a4 100644 --- a/src/main/resources/templates/residential/save.html +++ b/src/main/resources/templates/residential/save.html @@ -224,9 +224,9 @@ } areaName += item.areaName; } + $('#locationCode').val(areaCode); + $('#location').val(areaName); } - $('#locationCode').val(areaCode); - $('#location').val(areaName); initGridSelect(areaCode); } }) diff --git a/src/main/resources/templates/residential/update.html b/src/main/resources/templates/residential/update.html index cf4d9b1..532f266 100644 --- a/src/main/resources/templates/residential/update.html +++ b/src/main/resources/templates/residential/update.html @@ -236,9 +236,9 @@ } areaName += item.areaName; } + $('#locationCode').val(areaCode); + $('#location').val(areaName); } - $('#locationCode').val(areaCode); - $('#location').val(areaName); initGridSelect(areaCode); } })