mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 16:26:45 +08:00
导入模版
This commit is contained in:
@@ -328,6 +328,7 @@ export default {
|
||||
}
|
||||
};
|
||||
function downTemplate() {
|
||||
console.log("downTemplate gx")
|
||||
// window.open(`${process.env.VUE_APP_BOE_API_URL}/upload/template/${props.template}`);
|
||||
exportTeacherExpense({})
|
||||
.then((res) => {
|
||||
@@ -336,10 +337,6 @@ export default {
|
||||
.catch((err) => {
|
||||
console.error("downTemplate err", err);
|
||||
});
|
||||
|
||||
window.open(
|
||||
`${process.env.VUE_APP_BOE_API_URL}/admin/export/exportExpenseTemplate`
|
||||
);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user