前端接口对接

This commit is contained in:
pengyb 2024-08-21 21:48:26 +08:00
parent c9d843868f
commit a03ebde181
1 changed files with 1 additions and 4 deletions

View File

@ -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 = '';