فهرست منبع

计划显示bug

zhouna 3 سال پیش
والد
کامیت
e1865238c1
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  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) {