From 960d4eff85f99f138eda0ac360d2870882156a47 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期四, 25 三月 2021 10:47:16 +0800
Subject: [PATCH] 1.0.5 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