Commit ee452793 authored by miaohaoyun's avatar miaohaoyun

Merge branch 'mhy' into 'master'

Mhy

See merge request !20
parents 9a9f5536 85393576
......@@ -139,5 +139,11 @@ export const listAllBaseInfo = (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