$(function () {
const axiosConf = { url: config_serverIp + "/dataex/report/QuerySimpleGP", method: 'post' };
var loadingHtml = `
${item.name}
${item.children[0].total}
资源上传
${item.children[1].total}
资源共享
${item.children[2].total}
资源共享
${item.children[3].total}
资源共享
${item.total}
`
})
// console.log(phHtml);
$("#gjgx_jg_paihang").html(html);
}));
// $.post(config_serverIp + "/dataex/report/QuerySimpleGP", JSON.stringify(
// {
// "access_token": "system_01##20200102030405##a6ce11eab94df48a6ce11eab",
// "query": {
// "query_id": "org_use_top_all",
// "query_param": [
// ]
// },
// "query_cache": 0,
// "query_count": [
// "total"
// ],
// "query_format": "json",
// "query_group": [
// "org_name"
// ]
// }
// ), function (resport) {
// const data = JSON.parse(resport.result);
// console.log(schoolFil, '111');
// console.log(data, '^^22^');
// }, 'json');
}
})