|
|
@ -107,9 +107,9 @@
|
|
|
|
contentType: false,
|
|
|
|
contentType: false,
|
|
|
|
beforeSend: function () {
|
|
|
|
beforeSend: function () {
|
|
|
|
$.modal.loading("正在处理中,请稍候...");
|
|
|
|
$.modal.loading("正在处理中,请稍候...");
|
|
|
|
$.modal.disable();
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
success: function (json) {
|
|
|
|
success: function (json) {
|
|
|
|
|
|
|
|
$.modal.closeLoading();
|
|
|
|
myEcharts(json, document.getElementById("trendEcharts"));
|
|
|
|
myEcharts(json, document.getElementById("trendEcharts"));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
error: function () {
|
|
|
|
error: function () {
|
|
|
|