flat: 暂存

This commit is contained in:
Apcallover
2024-03-26 17:03:39 +08:00
parent 868fc469b5
commit 738ced6f19
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -419,7 +419,7 @@ export default {
/*下载任务模板 */ /*下载任务模板 */
handleTemplate() { handleTemplate() {
this.templateLoading = true; this.templateLoading = true;
getTemplate("trc") getTemplate("rwdr")
.then((rep) => { .then((rep) => {
this.templateLoading = false; this.templateLoading = false;
window.open(rep.data.data); window.open(rep.data.data);

View File

@@ -449,7 +449,7 @@ export default {
/*下载任务模板 */ /*下载任务模板 */
handleTemplate() { handleTemplate() {
this.templateLoading = true; this.templateLoading = true;
getTemplate("trc") getTemplate("gwdr")
.then((rep) => { .then((rep) => {
this.templateLoading = false; this.templateLoading = false;
window.open(rep.data.data); window.open(rep.data.data);