Authored by zhangtianqi

禅道:漏洞处理页面

... ... @@ -92,7 +92,6 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
move: false,
success:()=>{
let dialogIndex=layer.index;
// layer.close();
$('.vulnerability-name').unbind("click").on('click',()=>{
layer.close(dialogIndex);
let detail = `
... ... @@ -153,6 +152,8 @@ layui.define(['common', 'swiper', 'admin', 'commonDetail', 'mxClient', 'sessions
})
},
})
}else{
layer.closeAll();
}
}
... ...