Changes
parent
2408833016
commit
15b7f7b552
|
@ -30,7 +30,7 @@ export function addRule(data) {
|
|||
export function updateRule(data) {
|
||||
return request({
|
||||
url: '/rule/rule/update',
|
||||
method: 'post',
|
||||
method: 'put',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue