HMRouter主入口
This commit is contained in:
@@ -166,11 +166,7 @@ export struct PatientDetailsComp {
|
||||
HMRouterMgr.pop()
|
||||
},
|
||||
rightItemAction: () => {
|
||||
HMRouterMgr.push({pageUrl: 'BuildOrEditGroupPage',param:{"title": "新建分组"}})
|
||||
// router.pushUrl({
|
||||
// url: 'pages/PatientsPage/BuildOrEditGroupPage',
|
||||
// params: { "title": "新建分组" }
|
||||
// })
|
||||
HMRouterMgr.push({pageUrl: 'PatientCommonSettingComp',param:{"title":"患者详情","patient_uuid":this.params.patient_uuid}})
|
||||
}
|
||||
})
|
||||
Scroll(this.scroller) {
|
||||
|
||||
@@ -29,7 +29,8 @@ export struct PatientsGroup {
|
||||
})
|
||||
|
||||
aboutToAppear(): void {
|
||||
this.getIsMaiLanData();
|
||||
this.getGroupData()
|
||||
this.getIsMaiLanData()
|
||||
this.groupSortList = [{"name":"按首字母","isSeleted":false} as sortModel,{"name":"分组人数","isSeleted":false} as sortModel]
|
||||
this.innerSortList = [{"name":"按首字母","isSeleted":false} as sortModel,{"name":"随访时间","isSeleted":false} as sortModel]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user