chenyc
2025-03-24 9bbb2946699515807256dfb30ab57359f4fdf563
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
    })
}