zhouna 3 rokov pred
rodič
commit
e1865238c1
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      src/js/cdssHorizontal.js

+ 3 - 3
src/js/cdssHorizontal.js

@@ -118,6 +118,9 @@ function renderPage(pageSet) {
     getTcmMr(mrId, hasTcm);
   }
 
+  if (hasFollowUp) {
+      renderFollowUp(msg, 1)
+  }
   const planDetail = hasAuxiliary.planDetails;
   const configs = planDetail.filter((it)=>it.status!==0)||[];
   if(!configs[0]){         //没有开启辅助信息各项配置
@@ -144,9 +147,6 @@ function renderPage(pageSet) {
       renderCaseWrite()
       allInterface++
     }
-    if (hasFollowUp) {
-      renderFollowUp(msg, 1)
-    }
   }
 }
 function renderTab(tabList) {