MaiXinRong 2 年之前
父节点
当前提交
d32b026661
共有 1 个文件被更改,包括 1 次插入1 次删除
  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(() => {