Browse Source

no message

linwenxin 6 months ago
parent
commit
b45cb541b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/userManagement/workerProfileInit/index.vue

+ 1 - 1
src/views/userManagement/workerProfileInit/index.vue

@@ -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: '下载成功',