screening.js 227 Bytes
import { fetchBase } from '@/utils/fetch.js'

// 简易筛查 新增
export function addSimpleScreen(params, loading = true) {
    return fetchBase({ url: `/tumour-admin/v1/h5-app/add-simple-screen`, body: params, loading })
}