[Bugfix] 全选后编辑checkbox问题

This commit is contained in:
ibuler 2018-03-16 10:42:53 +08:00
parent 5e41c5cadc
commit f195b309d4

View File

@ -655,6 +655,7 @@ $(document).ready(function(){
default: default:
break; break;
} }
$(".ipt_check_all").prop("checked", false)
}); });
</script> </script>