mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-05 11:06:34 +00:00
[Bugfix] 全选后编辑checkbox问题
This commit is contained in:
parent
5e41c5cadc
commit
f195b309d4
@ -655,6 +655,7 @@ $(document).ready(function(){
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
$(".ipt_check_all").prop("checked", false)
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user