Pārlūkot izejas kodu

test: 测试批量下载报错

lanjianrong 3 gadi atpakaļ
vecāks
revīzija
566c255311
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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){
+          console.log(textStatus, errorThrown);
           toastr.error('error: ' + textStatus + " " + errorThrown);
           if (errorCallBack) {
               errorCallBack();