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