导入模版

This commit is contained in:
gengxin
2025-02-21 13:47:27 +08:00
parent 1d53b59006
commit ef90925b89

View File

@@ -295,7 +295,8 @@ import {getCookieForName} from "@/api/method";
} }
}; };
function downTemplate() { function downTemplate() {
window.open(`${process.env.VUE_APP_BOE_API_URL}/upload/template/${props.template}`); // window.open(`${process.env.VUE_APP_BOE_API_URL}/upload/template/${props.template}`);
window.open(`${process.env.VUE_APP_BOE_API_URL}/admin/export/exportExpenseTemplate`);
} }
return { return {