diff --git a/src/pages/shop/IncreaseStoreManager.vue b/src/pages/shop/IncreaseStoreManager.vue index 561bb81..67ba976 100644 --- a/src/pages/shop/IncreaseStoreManager.vue +++ b/src/pages/shop/IncreaseStoreManager.vue @@ -323,12 +323,12 @@ window.location.href = '/门店号批量开通模板.xlsx' }, handleUpload (file) { // 上传文件前的事件钩子 - debugger var params = { file:file } + var that = this; http.uploadUser(params,function (data) { - + that.errorList = data.data.results; }) return false; }