소스 검색

数据库备份

sugar1569 7 년 전
부모
커밋
b9665f226f
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      application/admin/view/system/system_databackup/index.php

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

@@ -94,17 +94,16 @@
                             part:1,
                             part:1,
                             start:0
                             start:0
                         };
                         };
-
                         $.ajax({
                         $.ajax({
                             url: layList.Url({a: 'import'}),
                             url: layList.Url({a: 'import'}),
                             data: datas,
                             data: datas,
                             type: 'post',
                             type: 'post',
                             dataType: 'json',
                             dataType: 'json',
                             success: function (rem) {
                             success: function (rem) {
-                                console.log(res)
+                                console.log(rem)
                             },
                             },
                             error: function (err) {
                             error: function (err) {
-                                console.log(res)
+                                console.log(err)
                             }
                             }
                         }
                         }
                         //ipmosrting(data.time,null,null);
                         //ipmosrting(data.time,null,null);