Commit 4b42a08a authored by miaohaoyun's avatar miaohaoyun

Merge branch 'mhy' into 'master'

Mhy

See merge request !17
parents fc56813e 917c3e38
......@@ -130,6 +130,14 @@ export const listAllBaseInfo = (data) => {
method: 'post',
data
})
}
//领取人员查询
export const getGrantList = (data) => {
return axios({
url: '/grantInfo/getGrantList',
method: 'post',
data
})
}
//缴费信息查询
export const listPayInfo = (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