授课记录修改时间调整

This commit is contained in:
wangxuemei
2024-10-29 16:07:35 +08:00
parent 1efd0901da
commit 1f358f0059
3 changed files with 34 additions and 36 deletions

View File

@@ -133,9 +133,9 @@ import {
import { getOrganization } from "../../api/Teaching";
import ProjectManager from "@/components/project/ProjectManagerNew";
import {getTrainOrg} from "../../api/lecturerFeeManagement";
import { queryTeacherFeeTotalList, queryTeacherFeeMonthly, getTeacherFeeDetailListByTeacherNo, getTeacherFeeListByTeacherNo ,getPreviousTeacherfee} from "../../api/lecturerFeeStatistics";
import {queryTeacherFeeMonthly} from "../../api/lecturerFeeStatistics";
import {CostDetails} from "../lecturer/CostDetails.vue"
import * as api from '@/api/Lecturer'
// import * as api from '@/api/Lecturer'
export default {
name: "MonthlyStatistics",
components: {
@@ -168,9 +168,6 @@ export default {
payrollPlaceId: null,
departId: null,
summaryDate:null,
id: '5',
name: '李玉冰',
trainOrgId: '1820781519658237968',
},
teacherNo:null,
drawer: {
@@ -308,7 +305,7 @@ export default {
// List接口数据
const getTableDate = (obj) => {
state.tableLoading = true
api.expenseSummaryById(state.searchParam)
queryTeacherFeeMonthly(state.searchParam)
.then((res) => {
console.log(res,'resssss')
tableData.value = res.data.data.records