From 9062bd82b905d0b34239a33b1d02e7f5cd4e3f32 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期四, 23 九月 2021 09:02:40 +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