...
|
...
|
@@ -377,7 +377,6 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' |
|
|
//End LSQ 2021/12/29 19:38
|
|
|
// Start Wang 2022/3/7 16:33 业务资源过滤
|
|
|
$("#select-content-ul-bus li").unbind("click").on("click",function (){
|
|
|
debugger
|
|
|
var that = $(this);
|
|
|
// 设置标题
|
|
|
that.parent().parent().find('#bus-text-view').text(that.text());
|
...
|
...
|
@@ -388,7 +387,10 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' |
|
|
that.addClass('listActive');
|
|
|
|
|
|
// 调用接口获取数据
|
|
|
loadBizInfo()
|
|
|
loadBizInfo();
|
|
|
|
|
|
//资源类型信息
|
|
|
loadResTypeInfo();
|
|
|
})
|
|
|
// End Wang 2022/3/7 16:33
|
|
|
}
|
...
|
...
|
|