* Fix bug dynation

This commit is contained in:
yfl
2019-05-07 11:25:03 +08:00
parent 9312d9edd6
commit 4f485c6dfb
-7
View File
@@ -47,11 +47,4 @@ $(function()
$('#' + id + 'ActionBox').closest('tr').find('td :checkbox').prop('checked', $(this).prop("checked"));
}
})
$('.pl-0px .table-form tbody > tr > td').each(function()
{
$(this).find('.action-item :checkbox').each(function()
{
})
})
})