1、bug的修复

2、内核更新
This commit is contained in:
2016-07-10 23:48:24 +08:00
parent f3fff63632
commit 1a0a29413a
50 changed files with 760 additions and 958 deletions
@@ -17,9 +17,6 @@
<table class="table table-striped">
<thead>
<tr>
<th width="60">
<input class="check-all" type="checkbox" value="">
</th>
<th width="200">备份名称</th>
<th width="80">卷数</th>
<th width="80">压缩</th>
@@ -32,7 +29,6 @@
<tbody>
{volist name="list" id="data"}
<tr>
<td><input class="ids" type="checkbox" name="tables[]"></td>
<td>{$data.time|date='Ymd-His',###}</td>
<td>{$data.part}</td>
<td>{$data.compress}</td>
+4 -1
View File
@@ -104,7 +104,10 @@ $(function(){
function success(data){
if(data.code){
window.location.href = data.url;
$.messager.show(data.msg, {placement: 'center',type:'success'});
setTimeout(function(){
window.location.href = data.url;
},2000);
} else {
$.messager.show(data.msg, {placement: 'center',type:'success'});
//刷新验证码