zhouna 3 anos atrás
pai
commit
495d393e5f
1 arquivos alterados com 2 adições e 0 exclusões
  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()