mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
审批审批过程 ,删除按钮显示
This commit is contained in:
@@ -75,6 +75,13 @@ export const affiliationDelById = (id)=>http.post(`/admin/affiliation/delById?id
|
||||
export const isEnable = (obj) => http.post(`/admin/affiliation/isEnable`,obj)
|
||||
//撤回培训发生组织
|
||||
export const affiliatIsConfirm = (id) => http.post(`/admin/affiliation/isConfirm?id=${id}`)
|
||||
//删除 待提交 ,拒绝 的培训发生组织
|
||||
export const affiliatRemoveById = (id) => http.post(`/admin/affiliation/removeById?id=${id}`)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//讲师费统计详情
|
||||
export const expenseSummaryById = (obj) => http.get( `/admin/expenseSummary/queryById?id=${obj.id}&name=${obj.name}&trainOrgId=${obj.trainOrgId||''}&pageNo=${obj.pageNo}&pageSize=${obj.pageSize}`)
|
||||
//撤回讲师费统计详情
|
||||
|
||||
@@ -795,9 +795,9 @@ export default {
|
||||
content: "是否确认删除 ?",
|
||||
ok: () => {
|
||||
lecturer
|
||||
.affiliatIsConfirm(record.id)
|
||||
.affiliatRemoveById(record.id)
|
||||
.then((res) => {
|
||||
message.success("撤回成功");
|
||||
message.success("删除成功");
|
||||
getTableDate();
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user