This commit is contained in:
2025-04-15 20:19:52 +08:00
parent 821c326118
commit 510b04d2fa
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -697,7 +697,7 @@
const that = this;
$.ajax({
type: "POST",
url: "mainnew.aspx/GetHSSEData", // 调用后台WebMethod
url: "mainnew.aspx/GetHSSEData", //调用后台WebMethod
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function (response) {