Browse Source

变更修复显示bug

ellisran 1 year atrás
parent
commit
36f3ecc27e
2 changed files with 1 additions and 1 deletions
  1. 1 0
      app/public/js/change_information.js
  2. 0 1
      app/view/change/information.ejs

+ 1 - 0
app/public/js/change_information.js

@@ -620,6 +620,7 @@ $(document).ready(() => {
         }
     });
     $('.sjs-height-change').height($('.sjs-height-1').height() - $('#list-tab').outerHeight());
+    changeSpread.refresh();
     // 根据浏览器记录展开收起
     if (getLocalCache('change_information_width')) {
         $('#left-view').css('width', (100 - parseFloat(getLocalCache('change_information_width'))) + '%');

+ 0 - 1
app/view/change/information.ejs

@@ -469,7 +469,6 @@
     </div>
 </div>
 <script>
-    $('.sjs-height-change').height($('.sjs-height-1').height() - $('#list-tab').outerHeight());
     const tenderName = JSON.parse(unescape('<%- escape(JSON.stringify(tender.name)) %>'));
     const tenderId = '<%- tender.id %>';
     const totalPriceUnit = '<%- tpUnit %>';