MaiXinRong 1 year ago
parent
commit
d32b026661
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/file_detail.js

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

@@ -999,7 +999,7 @@ $(document).ready(function() {
                 selectFiling.each((i, x) => { selectFilingId.push(x.value); });
                 self.syncFiling(self.curFiling, selectFilingId);
                 toastr.success('同步成功');
-                $('[name=cbft]').each((i, x) => { x.checked = false; });
+                $('[name=cbft]').removeAttr('checked');
                 $('#filing-select-all')[0].checked = false;
             });
             $('#batch-del-filing').click(() => {