推广人员批量添加

master
zhuhaoyu 6 years ago
parent 07a1d837b5
commit d7d1db1c21

@ -3,7 +3,7 @@
<Row style="text-align: center;margin-bottom: 20px;"> <Row style="text-align: center;margin-bottom: 20px;">
<p> <p>
导入说明请下载模板然后将资料填到模板中 导入说明请下载模板然后将资料填到模板中
<a href="../../../static/excel/推广人员批量添加.xlsx" download="推广人员批量添加.xlsx">下载模</a> <a @click="downLoadImportExcel"></a>
</p> </p>
</Row> </Row>
<Upload <Upload
@ -46,6 +46,9 @@
mounted() { mounted() {
}, },
methods: { methods: {
downLoadImportExcel(){
window.location.href = '/推广人员批量添加.xlsx'
},
upSuccess(response, res, file) { upSuccess(response, res, file) {
console.log("1111"); console.log("1111");
if (!response.results) { if (!response.results) {

Loading…
Cancel
Save