screening.js 257 Bytes
import {fetchBase} from '@/api/doctor/doctorFetch'

//查初筛和复筛列表
export function getScreenAllList(residentInfoId, loading) {
    return fetchBase({ url: `/chronic-admin/v1/chronic-screening-record/screen-list`,body:{residentInfoId},loading})
}