@@ -217,7 +217,7 @@ export default {
})
},
handleDownload() {
- commonTemplateDownload({ name: '师傅分销员资料初始化.xlsx' }, `${this.$route.meta.title}`)
+ commonTemplateDownload({ name: '师傅资料初始化模板.xlsx' }, `${this.$route.meta.title}`)
.then(res => {
this.$message({
message: '下载成功',