zhouna 3 years atrás
parent
commit
495d393e5f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/js/followUp.js

+ 2 - 0
src/js/followUp.js

@@ -129,6 +129,8 @@ function renderDetail(data) {
         <div class="historyWrap">${historyStr}</div>
         <div class="laterWrap">${laterStr}</div>
     </div>`)
+    //最近一次计划默认展开
+    $(".laterWrap .infoBox:first-child .childrenBox").show();
     // adjustHeight()
     bindToggleInfo()