mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
讲师管理修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user