From b4a8d50e3d97fc9e893b554a60134e4eceb012eb Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期一, 05 一月 2026 08:58:08 +0800
Subject: [PATCH] #

---
 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