Commit 4b42a08a authored by miaohaoyun's avatar miaohaoyun

Merge branch 'mhy' into 'master'

Mhy

See merge request !17
parents fc56813e 917c3e38
...@@ -125,8 +125,16 @@ export const seledysqdc = (data) => { ...@@ -125,8 +125,16 @@ export const seledysqdc = (data) => {
} }
//覆盖人员查询 //覆盖人员查询
export const listAllBaseInfo = (data) => { export const listAllBaseInfo = (data) => {
return axios({
url: '/baseInfo/getAllBaseInfo',
method: 'post',
data
})
}
//领取人员查询
export const getGrantList = (data) => {
return axios({ return axios({
url: '/baseInfo/getAllBaseInfo', url: '/grantInfo/getGrantList',
method: 'post', method: 'post',
data 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