Showing
1 changed file
with
4 additions
and
2 deletions
@@ -377,7 +377,6 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' | @@ -377,7 +377,6 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' | ||
377 | //End LSQ 2021/12/29 19:38 | 377 | //End LSQ 2021/12/29 19:38 |
378 | // Start Wang 2022/3/7 16:33 业务资源过滤 | 378 | // Start Wang 2022/3/7 16:33 业务资源过滤 |
379 | $("#select-content-ul-bus li").unbind("click").on("click",function (){ | 379 | $("#select-content-ul-bus li").unbind("click").on("click",function (){ |
380 | - debugger | ||
381 | var that = $(this); | 380 | var that = $(this); |
382 | // 设置标题 | 381 | // 设置标题 |
383 | that.parent().parent().find('#bus-text-view').text(that.text()); | 382 | that.parent().parent().find('#bus-text-view').text(that.text()); |
@@ -388,7 +387,10 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' | @@ -388,7 +387,10 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' | ||
388 | that.addClass('listActive'); | 387 | that.addClass('listActive'); |
389 | 388 | ||
390 | // 调用接口获取数据 | 389 | // 调用接口获取数据 |
391 | - loadBizInfo() | 390 | + loadBizInfo(); |
391 | + | ||
392 | + //资源类型信息 | ||
393 | + loadResTypeInfo(); | ||
392 | }) | 394 | }) |
393 | // End Wang 2022/3/7 16:33 | 395 | // End Wang 2022/3/7 16:33 |
394 | } | 396 | } |
-
Please register or login to post a comment