1
lkk
15 小时以前 c1db2f08301d97e2bf04c7236fa981e5ec083dbb
src/api/system/examcharge.js
@@ -34,4 +34,13 @@
        method: 'post',
        data
    })
}
// 获取体检费用
export function getPrintSetUp() {
    return request({
        url: '/hosp/summary/getPrintSetUp',
        method: 'get',
    })
}