zhangweicheng 6 лет назад
Родитель
Сommit
729affe4b5

+ 1 - 1
web/building_saas/pm/html/project-management.html

@@ -626,7 +626,7 @@
                 <div class="row">
                     <div class="col-6">
                         <h5>选择项目</h5>
-                        <div class="modal-auto-height">
+                        <div style="height: 400px">
                             <div id="replaceSpread" style="height: 100%"></div>
                         </div>
                         <div class="custom-control custom-checkbox">

+ 2 - 0
web/building_saas/pm/js/pm_newMain.js

@@ -216,6 +216,8 @@ const projTreeObj = {
             this.bindEvent(newWorkBook);
             this.loadContextMenu();
             this.loadStartMenu();
+        }else {
+            workBook.refresh();
         }
         return newWorkBook;
     },