讲师管理修改

This commit is contained in:
zhangsir
2024-10-30 16:57:02 +08:00
parent 02bcb51ff5
commit 4c574432da
3 changed files with 33 additions and 27 deletions

View File

@@ -139,7 +139,7 @@ import { useRouter,useRoute } from "vue-router";
import {
UploadOutlined,
} from '@ant-design/icons-vue';
import { getPayRollPlace } from "../../api/Lecturer";
import { getPayRollPlace,expenseSummaryById } from "../../api/Lecturer";
import { getOrganization } from "../../api/Teaching";
import ProjectManager from "@/components/project/ProjectManagerNew";
import {queryTeacherFeeMonthly} from "../../api/lecturerFeeStatistics";
@@ -179,8 +179,8 @@ export default {
departId: null,
summaryDate:null,
id: route.query.id,
name: '',
trainOrgId: '',
name: route.query.name,
trainOrgId: route.query.trainOrgId,
},
name:null,
drawer: {
@@ -303,7 +303,7 @@ export default {
// List接口数据
const getTableDate = (obj) => {
state.tableLoading = true
queryTeacherFeeMonthly(state.searchParam)
expenseSummaryById(state.searchParam)
.then((res) => {
console.log(res,'resssss')
tableData.value = res.data.data.records