MaiXinRong 4 лет назад
Родитель
Сommit
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();
             }
         }
     });