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

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