批量上传门店号

master
yechenhao 6 years ago
parent e860ee37e7
commit ff81b5d380

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

Loading…
Cancel
Save