浏览代码

拖动问题遗漏

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();
             }
         }
     });