This repository has been archived on 2024-09-18. You can view files and clone it, but cannot push or open issues or pull requests.
|
import request from '@/utils/request'
|
|
|
|
// 查询回答问卷列表
|
|
export function listElderProfile(query) {
|
|
return request({
|
|
url: '/elder/fwzypgmb/list',
|
|
method: 'get',
|
|
params: query
|
|
})
|
|
}
|