소스 검색

变更添加台账清单测试bug

ellisran 11 달 전
부모
커밋
fc0e0d0945
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      app/public/js/change_information_add_list.js

+ 10 - 0
app/public/js/change_information_add_list.js

@@ -438,6 +438,16 @@ $(document).ready(() => {
     });
 
     $.divResizer({
+        select: '#revise-resize',
+        callback: function () {
+            gclSpread.refresh();
+            let bcontent = $(".bcontent-wrap") ? $(".bcontent-wrap").height() : 0;
+            $(".sp-wrap").height(bcontent-30);
+            xmjSpread.refresh();
+        }
+    });
+
+    $.divResizer({
         select: '#revise-right-spr',
         callback: function () {
             gclSpread.refresh();