...
|
...
|
@@ -300,7 +300,6 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' |
|
|
$(".index-line").show();
|
|
|
layui.use('laytpl', function () {
|
|
|
var laytpl = layui.laytpl;
|
|
|
|
|
|
//加载资源类型导航
|
|
|
var getResTypeTpl = document.getElementById("indexResTypeTabTpl").innerHTML;
|
|
|
laytpl(getResTypeTpl).render(data, function (html) {
|
...
|
...
|
@@ -530,15 +529,14 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' |
|
|
, done: function (res) {
|
|
|
if(res.success){
|
|
|
layer.msg("取消置顶成功",{icon:1,time:2000});
|
|
|
if(mark == "resType"){
|
|
|
loadResTypeInfo()
|
|
|
}else {
|
|
|
loadBizInfo();
|
|
|
}
|
|
|
//同时刷新业务和资源类型
|
|
|
loadBizInfo();
|
|
|
loadResTypeInfo();
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
|
|
|
|
|
|
}
|
|
|
//渲染拓扑
|
|
|
function renderMxgraphView(topoId) {
|
...
|
...
|
|