diff --git a/hxy-web/js/dataStatistics/header.js b/hxy-web/js/dataStatistics/header.js index 1e70639..dbd72fa 100644 --- a/hxy-web/js/dataStatistics/header.js +++ b/hxy-web/js/dataStatistics/header.js @@ -10,7 +10,6 @@ layui.use(['element', 'layer', 'form', 'element','laypage'], function(){ }) //初始化云间公司 function init(){ - var subComId = $(window.parent.document).find("select[id='subComId']").val(); $.ajax({ @@ -18,9 +17,7 @@ function init(){ url: PATH_URL + '/homePageSelect/getSubCom', // 请求地址 contentType: "application/json; charset=utf-8", async: false, - data: { - fgsId: subComId - }, //获取提交的表单字段 + data: {}, //获取提交的表单字段 success: function (data) { if(data.code == 200){ let html = '';