|
@@ -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(() => {
|