维护列表路径
parent
40d7e928cc
commit
5f7372c062
|
@ -73,8 +73,8 @@ export function getRuleEngineInfo(id) {
|
|||
// 通过id查询
|
||||
export function findById(id) {
|
||||
return request({
|
||||
url: '/engine/engine/findByIds/' + id,
|
||||
method: 'get'
|
||||
url: '/engine/engine/selectEngineById/' + id,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue