Compare commits
No commits in common. "8c8cbde6927f127b58dde3c4c55ca68c07e47673" and "51cc9087caad83079e09fc19ecf99034382ec07a" have entirely different histories.
8c8cbde692
...
51cc9087ca
|
@ -73,8 +73,8 @@ export function getRuleEngineInfo(id) {
|
||||||
// 通过id查询
|
// 通过id查询
|
||||||
export function findById(id) {
|
export function findById(id) {
|
||||||
return request({
|
return request({
|
||||||
url: '/engine/engine/selectEngineById/' + id,
|
url: '/engine/engine/findByIds/' + id,
|
||||||
method: 'post'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue