chenyc
2025-04-28 e707b45081a0f63d1def6fecb3da606e7c86cbac
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
    })
}