|
@@ -169,19 +169,20 @@ const getClubEacthsData = function (type,dateType) {
|
|
}
|
|
}
|
|
getOtherEacths(dataMap[type].id,dataMap[type].series,dataMap[type].color);
|
|
getOtherEacths(dataMap[type].id,dataMap[type].series,dataMap[type].color);
|
|
}
|
|
}
|
|
- // $.ajax({
|
|
|
|
- // url: "${ctx}/order/cmPayShop/modifyPayShopAmount",
|
|
|
|
- // type: "GET",
|
|
|
|
- // data: params,
|
|
|
|
- // contentType : 'application/json;charset=UTF-8', //contentType很重要
|
|
|
|
- // success: function (res) {
|
|
|
|
- // if (res.success) {
|
|
|
|
- //
|
|
|
|
- // } else {
|
|
|
|
- // console.log('机构订单图表数据异常')
|
|
|
|
- // }
|
|
|
|
- // }
|
|
|
|
- // });
|
|
|
|
|
|
+ let url = $('#eachtsAjaxUrl').val();
|
|
|
|
+ $.ajax({
|
|
|
|
+ url: url,
|
|
|
|
+ type: "GET",
|
|
|
|
+ data: defaultParams,
|
|
|
|
+ contentType : 'application/json;charset=UTF-8', //contentType很重要
|
|
|
|
+ success: function (res) {
|
|
|
|
+ if (res.success) {
|
|
|
|
+
|
|
|
|
+ } else {
|
|
|
|
+ console.log('机构订单图表数据异常')
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ });
|
|
}
|
|
}
|
|
// 基于准备好的dom,初始化echarts实例
|
|
// 基于准备好的dom,初始化echarts实例
|
|
const getOrderEacths = function (data) {
|
|
const getOrderEacths = function (data) {
|