mirror of https://github.com/jumpserver/jumpserver
[Bugfix] 全选后编辑checkbox问题
parent
5e41c5cadc
commit
f195b309d4
|
@ -655,6 +655,7 @@ $(document).ready(function(){
|
|||
default:
|
||||
break;
|
||||
}
|
||||
$(".ipt_check_all").prop("checked", false)
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue