From 90db9fc3064e809d13de584678c09b660671e1ad Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 20 三月 2023 19:27:18 +0800 Subject: [PATCH] 1 --- ExportMap/up.html | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ExportMap/up.html b/ExportMap/up.html index daddb21..8748877 100644 --- a/ExportMap/up.html +++ b/ExportMap/up.html @@ -481,7 +481,11 @@ 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" }; + 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); + }); } </script> </head> -- Gitblit v1.9.3