src/views/datamanage/dataUpdata.vue
@@ -1985,7 +1985,7 @@ }, xhr: function () { var myXhr = $.ajaxSettings.xhr(); debugger if (myXhr.upload) { //检查upload属性是否存在 myXhr.upload.addEventListener('progress', that.progressHandlingFunction, false); //绑定progress事件的回调函数 }