Commit 85393576 authored by ytbdmhy's avatar ytbdmhy

解决合并冲突

parent 8d301b71
...@@ -139,5 +139,11 @@ export const listAllBaseInfo = (data) => { ...@@ -139,5 +139,11 @@ export const listAllBaseInfo = (data) => {
data data
}) })
} }
//领取人员查询
export const getGrantList = (data) => {
\ No newline at end of file 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