mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
讲师费用下 控制
This commit is contained in:
@@ -537,16 +537,15 @@ export default {
|
|||||||
// 讲师月度费用下载
|
// 讲师月度费用下载
|
||||||
const handleFeeMonthlyDown = () => {
|
const handleFeeMonthlyDown = () => {
|
||||||
console.log("handleFeeMonthlyDown state.searchParam.id param" , state.searchParam.id)
|
console.log("handleFeeMonthlyDown state.searchParam.id param" , state.searchParam.id)
|
||||||
// window.open(
|
window.open(
|
||||||
// `${process.env.VUE_APP_BASE_API}/admin/export/exportTeacherSummary?&name=${state.searchParam.name ? state.searchParam.name : ""}&id=${state.searchParam.id ? state.searchParam.id : ""}&trainOrgId=${state.searchParam.trainOrgId || ''}`)
|
`${process.env.VUE_APP_BASE_API}/admin/export/exportTeacherDimension?&billId=${state.searchParam.id ? state.searchParam.id : ""}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 讲师费用详情下载
|
// 讲师费用详情下载
|
||||||
const handleFeeMonthlyDetail = () => {
|
const handleFeeMonthlyDetail = () => {
|
||||||
console.log("handleFeeMonthlyDetail state.searchParam.id param" , state.searchParam.id)
|
console.log("handleFeeMonthlyDetail state.searchParam.id param" , state.searchParam.id)
|
||||||
|
window.open(
|
||||||
// window.open(
|
`${process.env.VUE_APP_BASE_API}/admin/export/exportTeacherDimensionDetail?&billId=${state.searchParam.id ? state.searchParam.id : ""}`)
|
||||||
// `${process.env.VUE_APP_BASE_API}/admin/export/exportTeacherSummary?&name=${state.searchParam.name ? state.searchParam.name : ""}&id=${state.searchParam.id ? state.searchParam.id : ""}&trainOrgId=${state.searchParam.trainOrgId || ''}`)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user