ソースを参照

数据库备份

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