mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 11:55:07 +08:00
CRM:优化合同列的新增/修改界面
This commit is contained in:
@ -33,10 +33,6 @@ export const getModel = async (id: number) => {
|
||||
return await request.get({ url: '/bpm/model/get?id=' + id })
|
||||
}
|
||||
|
||||
export const getModelByKey = async (key: string) => {
|
||||
return await request.get({ url: '/bpm/model/get-by-key?key=' + key })
|
||||
}
|
||||
|
||||
export const updateModel = async (data: ModelVO) => {
|
||||
return await request.put({ url: '/bpm/model/update', data: data })
|
||||
}
|
||||
|
Reference in New Issue
Block a user