import request from "../request.js" export function selectScriptInfo(patientTaskExecuteRecordId) { return request({ url: `/postDischarge/homePage/selectScriptInfo?patientTaskExecuteRecordId=${patientTaskExecuteRecordId}`, method: 'get', }) }