chenyc
2025-04-07 91df0cc117e7edc42e2f7654da1ce63e445ba064
src/api/Patients/index.ts
@@ -111,4 +111,12 @@
            },
        params
    });
}
// 获取干体重列表
export function getDryWeightList(params: object) {
    return request({
      url: '/patient/vs/pure/weight/list',
      method: 'post',
      params
    })
}