mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-23 11:58:38 +00:00
Vue3 重构:去除 modelEditor.vue 冗余代码
This commit is contained in:
@@ -29,7 +29,7 @@ export const getModelPageApi = async (params) => {
|
||||
return await request.get({ url: '/bpm/model/page', params })
|
||||
}
|
||||
|
||||
export const getModelApi = async (id: number) => {
|
||||
export const getModel = async (id: number) => {
|
||||
return await request.get({ url: '/bpm/model/get?id=' + id })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user