去掉cfgId的隐藏域,P2P十六进制校验去掉关键字的替换信息

This commit is contained in:
duandongmei
2018-09-13 13:35:04 +08:00
parent 2de369e8cf
commit 40b81c0064
13 changed files with 47 additions and 25 deletions

View File

@@ -50,7 +50,7 @@ $(document).ready(function() {
});
// 添加由配置界面跳转到日志查询界面后的返回按钮
var cfgId = $("#cfgId").val();
var cfgId = $("input[name=cfgId]").val();
if(cfgId != undefined && cfgId != ''){
$(".theme-panel").html("<button type='button' onclick='back()' class='btn btn-primary'>"+$.validator.messages.go_back+"</button>");
}