Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
2026-04-29 17:00:05 +08:00

View File

@@ -116,7 +116,7 @@ const getList = () => {
pageNum: 1,
categoryCode: '24',
organizationId: patientInfo.value.inHospitalOrgId,
adviceTypes: '3', //1 药品 2耗材 3诊疗
adviceTypes: [3], //1 药品 2耗材 3诊疗
})
.then((res) => {
if (res.code === 200) {