GuLiMmo
2024-01-12 61bece6b76109a3b90a720973e20c3a9f7dfa576
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();
                })
            });