chenyc
2024-11-22 3c8f8f2102986cc01cb13c8e9bb791a32bff4e1e
1
2
3
4
5
6
7
8
9
import request from "/@/utils/request";
/** 临时医嘱 */
export function patientDrugList3(params: object) {
    return request({
        url: '/patient/drug/order/vs/patient/list3',
        method: 'post',
        data:params
    })
}