mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-25 20:28:39 +00: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