Browse Source

test: 测试批量下载报错

lanjianrong 3 năm trước cách đây
mục cha
commit
566c255311
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();