mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
授课记录修改时间调整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user