bug修复
This commit is contained in:
@@ -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) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user