From 73a1a2b861db44a9519e434152934b627747efcb Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 三月 2023 10:15:59 +0800 Subject: [PATCH] 1 --- ExportMap/up.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/up.html b/ExportMap/up.html index 8748877..f01ac95 100644 --- a/ExportMap/up.html +++ b/ExportMap/up.html @@ -481,7 +481,7 @@ var vals = $("#selectPubType").find("option:selected").val(); console.log("娴嬭瘯鍙戝竷", type, vals); - var data = { "type": type, "name": "DOM_0.2m", "min": 12, "max": 18, depcode: "000305", dircode: "0102" }; + var data = { "ids": vals.split(","), "type": type, "name": "DOM_0.2m", "min": 12, "max": 18, depcode: "000305", dircode: "0102" }; ajax(getUrl("publish/insertForPub"), "POST", JSON.stringify(data), null, null, function (rs) { console.log(rs); alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); -- Gitblit v1.9.3