批量上传门店号

master
yechenhao 6 years ago
parent e860ee37e7
commit ff81b5d380

@ -323,12 +323,12 @@
window.location.href = '/门店号批量开通模板.xlsx' window.location.href = '/门店号批量开通模板.xlsx'
}, },
handleUpload (file) { // handleUpload (file) { //
debugger
var params = { var params = {
file:file file:file
} }
var that = this;
http.uploadUser(params,function (data) { http.uploadUser(params,function (data) {
that.errorList = data.data.results;
}) })
return false; return false;
} }

Loading…
Cancel
Save