Selaa lähdekoodia

拖动问题遗漏

MaiXinRong 4 vuotta sitten
vanhempi
commit
1f5497bc28
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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();
             }
         }
     });