Authored by qinchao

增加方法刷新 cobar

... ... @@ -324,12 +324,12 @@
window.location.href = contextPath + "mysqlMonitor/toMysqlMonitor";
}else{
//继续查询
$("#infoDive").append(checkResponse.data);
$("#infoDive").append(checkResponse.message);
}
}else{
//发生了错误
clearInterval(intervalIndex);
$("#infoDive").append(checkResponse.data);
$("#infoDive").append(checkResponse.message);
$("#infoDive").append("发生错误,终止!");
}
}
... ...