Parcourir la source

拖动问题遗漏

MaiXinRong il y a 5 ans
Parent
commit
1f5497bc28
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
             }
         }
     });