flat: 模版下载

This commit is contained in:
Apcallover
2024-04-17 17:51:23 +08:00
parent 7a85b657b6
commit a1f3805bf5

View File

@@ -878,7 +878,7 @@ export default {
/*下载人才库模板 */
handleTemplate() {
this.templateLoading = true;
getTemplate("rqkdr")
getTemplate("lgrydj")
.then((rep) => {
this.templateLoading = false;
window.open(rep.data.data);