1
This commit is contained in:
@@ -697,7 +697,7 @@
|
||||
const that = this;
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: "main_Hsse.aspx/GetHSSEData", // 调用后台WebMethod
|
||||
url: "mainnew.aspx/GetHSSEData", // 调用后台WebMethod
|
||||
contentType: "application/json; charset=utf-8",
|
||||
dataType: "json",
|
||||
success: function (response) {
|
||||
|
||||
Reference in New Issue
Block a user