ExportMap/up.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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>