Authored by 张凯

杭州-首页点击华为云、阿里云告警级别传参错误造成查询告警列表为空

@@ -315,7 +315,12 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions',' @@ -315,7 +315,12 @@ layui.define(['common', 'swiper', 'admin','commonDetail','mxClient','sessions','
315 layer.msg('暂无告警', {icon: 0}); 315 layer.msg('暂无告警', {icon: 0});
316 return false; 316 return false;
317 } 317 }
  318 + //不以资源类型不包括父节点的资源类型 包括阿里云、华为云
  319 + if("ALI_CLOUD_PLAT"== _resType || "HUAWEI_CLOUD_PLAT" == _resType){
  320 + _resType =_resType.substring(0,_resType.lastIndexOf("_"));
  321 + }
318 $(this).attr("lay-href", "/alarm/activewarning/restype=" + _resType + "/level=" + level); 322 $(this).attr("lay-href", "/alarm/activewarning/restype=" + _resType + "/level=" + level);
  323 + // $(this).trigger();
319 }); 324 });
320 325
321 // 点击资源数量 326 // 点击资源数量