mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 19:35:07 +08:00
CRM-合同:完善合同表单
This commit is contained in:
@ -57,3 +57,8 @@ export const deleteContract = async (id: number) => {
|
||||
export const exportContract = async (params) => {
|
||||
return await request.download({ url: `/crm/contract/export-excel`, params })
|
||||
}
|
||||
|
||||
// 提交审核
|
||||
export const handleApprove = async (id: number) => {
|
||||
return await request.put({ url: `/crm/contract/approve?id=${id}` })
|
||||
}
|
||||
|
Reference in New Issue
Block a user