Merge branch '250213-prod-master_1202-gx' into test20250220

This commit is contained in:
gengxin
2025-02-21 13:47:49 +08:00

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 {