讲师费用下 控制

This commit is contained in:
gengxin
2025-02-18 18:06:21 +08:00
parent 3ec80d27ef
commit bb49bbbdf3

View File

@@ -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 || ''}`)
} }