Browse Source

test: 测试批量下载报错

lanjianrong 3 years ago
parent
commit
566c255311
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/public/js/global.js

+ 1 - 0
app/public/js/global.js

@@ -401,6 +401,7 @@ const postCompressFile = function (url, data, successCallback, errorCallBack) {
           }
           }
       },
       },
       error: function(jqXHR, textStatus, errorThrown){
       error: function(jqXHR, textStatus, errorThrown){
+          console.log(textStatus, errorThrown);
           toastr.error('error: ' + textStatus + " " + errorThrown);
           toastr.error('error: ' + textStatus + " " + errorThrown);
           if (errorCallBack) {
           if (errorCallBack) {
               errorCallBack();
               errorCallBack();