mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
讲师管理bug
This commit is contained in:
@@ -243,6 +243,7 @@
|
||||
import ProjectManager from "@/components/project/ProjectManagerNew";
|
||||
import {expenseBillList,queryById,queryExpnseByBillId ,updateTeacherFee,updateStatusSubmit,approveTeacherFee,getTrainOrg,isConfirm} from "../../api/lecturerFeeManagement";
|
||||
import { getTeacherSystemList,getApprovalResultByBusinessIdList } from "../../api/Lecturer";
|
||||
import { queryTrainOrgPor,} from "../../api/organization";
|
||||
// lecturerFeeManagement
|
||||
// import {getProjSt} from "../../api/indexProjStu";
|
||||
// import AddTeacher from "../../components/drawers/project/AddTeacher"
|
||||
@@ -367,9 +368,9 @@
|
||||
pageNo: "1",
|
||||
pageSize: "10000"
|
||||
}
|
||||
getTrainOrg(obj).then((res)=>{
|
||||
queryTrainOrgPor(obj).then((res)=>{
|
||||
if (res.data.code === 200) {
|
||||
let arr = res.data.data.records;
|
||||
let arr = res.data.data;
|
||||
let array = [];
|
||||
arr.map((value) => {
|
||||
let obj = {
|
||||
|
||||
@@ -499,7 +499,8 @@ const getTableDate = (obj) => {
|
||||
message.success("删除成功")
|
||||
searchSubmit();
|
||||
}).catch(err=>{
|
||||
message.error(err.msg)
|
||||
message.destroy()
|
||||
message.error(err.data.msg)
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user