Commit 17858db2 authored by 祁正's avatar 祁正

feat(通知单承接):列表除了查询

parent 216a26ce
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