Commit 073acbd3 authored by ytbdmhy's avatar ytbdmhy

领取人员

parent 4078f9fa
...@@ -131,4 +131,11 @@ export const listAllBaseInfo = (data) => { ...@@ -131,4 +131,11 @@ export const listAllBaseInfo = (data) => {
data data
}) })
} }
//领取人员查询
\ No newline at end of file export const getGrantList = (data) => {
return axios({
url: '/grantInfo/getGrantList',
method: 'post',
data
})
}
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