bug修复

This commit is contained in:
xiaoxiao
2025-08-01 10:18:52 +08:00
parent 7618c0337d
commit 0253493285
19 changed files with 1340 additions and 32 deletions
@@ -241,9 +241,7 @@ export struct PatientListComp {
.width('100%')
.align(Alignment.Start)
.onClick(() => {
router.pushUrl({
url:'pages/PatientsPage/PatientPages'
})
HMRouterMgr.push({pageUrl:'PatientApplyPage',param:"我的患者"})
})
ListItem() {
Row() {
@@ -291,9 +289,7 @@ export struct PatientListComp {
.width('100%')
.align(Alignment.Start)
.onClick(() => {
router.pushUrl({
url:'pages/PatientsPage/PatientsGroupPage'
})
HMRouterMgr.push({pageUrl:'PatientsGroup',param:"我的患者"})
})
ForEach(this.regionDataGroupsList, (regionDataGroups: Groups, index) => {