Commit 6a86e284 authored by qiyaxin's avatar qiyaxin

Merge remote-tracking branch 'origin/dev' into dev

parents bb582cf7 17858db2
import request from '@/utils/request'
// 查询列表
export function list(query) {
return request({
url: '/control/sysNotificationAcceptance/list',
method: 'get',
params: query
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment