|
@@ -215,14 +215,13 @@ function renderPage(pageSet){
|
|
|
const hasFollowUp = hasTab("随访计划",pageSet.sysSetInfo)
|
|
|
const hasTcm = hasTab("中医辅助", pageSet.sysSetInfo);
|
|
|
|
|
|
+ if (hasTcm) {
|
|
|
+ getTcmMr(mrId, hasTcm);
|
|
|
+ }
|
|
|
if(!mrId){
|
|
|
empty()
|
|
|
return
|
|
|
}
|
|
|
- if (hasTcm) {
|
|
|
- console.log(hasTcm)
|
|
|
- getTcmMr(mrId, hasTcm);
|
|
|
- }
|
|
|
if(hasAuxiliary){
|
|
|
renderModuleWrapper(hasAuxiliary.planDetails)
|
|
|
let needPush = isNeedPush(hasAuxiliary.planDetails)
|