[Bugfix] 全选后编辑checkbox问题

pull/1100/head
ibuler 2018-03-16 10:42:53 +08:00
parent 5e41c5cadc
commit f195b309d4
1 changed files with 1 additions and 0 deletions

View File

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