From 4f485c6dfb02cb36f7932351e51d71e793602458 Mon Sep 17 00:00:00 2001 From: yfl <554665488@qq.com> Date: Tue, 7 May 2019 11:25:03 +0800 Subject: [PATCH] * Fix bug dynation --- module/group/js/manageview.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/module/group/js/manageview.js b/module/group/js/manageview.js index 22ecae8a78..5466b7e213 100644 --- a/module/group/js/manageview.js +++ b/module/group/js/manageview.js @@ -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() - { - }) - }) })