From ff81b5d380d5bb7469451b49b67bf4aa233b356a Mon Sep 17 00:00:00 2001 From: yechenhao Date: Tue, 14 Apr 2020 19:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8A=E4=BC=A0=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseStoreManager.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }