소스 검색

拖动问题遗漏

MaiXinRong 4 년 전
부모
커밋
1f5497bc28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/public/js/ledger.js

+ 1 - 1
app/public/js/ledger.js

@@ -2050,7 +2050,7 @@ $(document).ready(function() {
                 errorList.spread.refresh();
             }
             if (checkList && checkList.spread) {
-                errorList.spread.refresh();
+                checkList.spread.refresh();
             }
         }
     });