浏览代码

数据库备份

sugar1569 7 年之前
父节点
当前提交
5a51426138
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      application/admin/view/system/system_databackup/index.php

+ 1 - 3
application/admin/view/system/system_databackup/index.php

@@ -84,7 +84,7 @@
             }
         });
         //加载table
-        tableList..render({
+        tableList.render({
             elem: '#tableList'
             ,url:"{:Url('tablelist')}"
             ,toolbar: '#toolbarDemo'
@@ -126,8 +126,6 @@
                 break;
             }
         });
-        //监听工具条
-
 
     });
 /**