mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
讲师费用管理,审批增加删除按钮 接口对接
This commit is contained in:
@@ -245,7 +245,7 @@ import {
|
||||
DownloadOutlined
|
||||
} from '@ant-design/icons-vue';
|
||||
import ProjectManager from "@/components/project/ProjectManagerNew";
|
||||
import { expenseBillList, queryById, queryExpnseByBillId, updateTeacherFee, updateStatusSubmit, approveTeacherFee, getTrainOrg, isConfirm } from "../../api/lecturerFeeManagement";
|
||||
import { expenseBillList, queryById, queryExpnseByBillId, updateTeacherFee, updateStatusSubmit, approveTeacherFee, getTrainOrg, isConfirm , expenseBillDelById} from "../../api/lecturerFeeManagement";
|
||||
import { getTeacherSystemList, getApprovalResultByBusinessIdList } from "../../api/Lecturer";
|
||||
import { queryTrainOrgPor, } from "../../api/organization";
|
||||
// lecturerFeeManagement
|
||||
@@ -823,8 +823,15 @@ export default {
|
||||
|
||||
//TODO1
|
||||
const deleteModal = (record , courseform) => {
|
||||
console.log("deleteModal gx record",record)
|
||||
console.log("courseform gx record",record)
|
||||
console.log("deleteModal gx record".record.id)
|
||||
expenseBillDelById(record.id).then(res=>{
|
||||
if (res.data.code == 200) {
|
||||
console.log("expenseBillDelById res.data.code",res.data.code)
|
||||
message.success('删除成功')
|
||||
getTableDate();
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user