chenyc
2025-07-07 9ed397ab8b75de465fbcb11531f16f629ddf0c2b
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
    })
}