@ -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;