From 98610c8e9101b11678e6bc06bef2abfc45f5dc4c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 24 九月 2021 10:36:21 +0800
Subject: [PATCH] 1

---
 src/main/webapp/static/js/locArea/locArea.js |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/static/js/locArea/locArea.js b/src/main/webapp/static/js/locArea/locArea.js
index 6004656..63ad46b 100644
--- a/src/main/webapp/static/js/locArea/locArea.js
+++ b/src/main/webapp/static/js/locArea/locArea.js
@@ -314,7 +314,6 @@
         }
 
         var data = {
-//            id: $('#id').val(),
             id: $('#id').val(),
             uuid: $('#uuid').val(),
             name: $('#name').val(),
@@ -324,7 +323,7 @@
             updateBy: $('#updateBy').val(),
             updateTime: top.strToDate($('#updateTime\\$').val()),
             memo: $('#memo').val(),
-
+            areaType: $('#areaType').val() === "" ? null : $('#areaType').val(),
         };
         var index = layer.load(1, {
             shade: [0.5,'#000'] //0.1閫忔槑搴︾殑鑳屾櫙

--
Gitblit v1.9.1