src/views/evaluate/components/secondRoundResult.vue
@@ -207,8 +207,9 @@ }).then(() => { NProgress.start(); const url = this.type() ? sectionDownloadUrl : downloadUrl; const typeName = this.type() ? '部门' : '个人' exportBlob(url, {}).then(res => { downloadXls(res.data, `最终评优结果(${dateNow()}).xlsx`); downloadXls(res.data, `${typeName}最终评优结果(${dateNow()}).xlsx`); NProgress.done(); }) });