mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 17:30:30 +00:00
[Update] 修复小细节 (#2111)
* [Update] 命令/录像存储,禁用default删除按钮 * [Update] 修复 _asset_list_modal 取消资产全选时不能映射到资产选择框的bug
This commit is contained in:
@@ -535,7 +535,7 @@ jumpserver.initServerSideDataTable = function (options) {
|
||||
if (type === 'row') {
|
||||
var rows = table.rows(indexes).data();
|
||||
$.each(rows, function (id, row) {
|
||||
if (row.id){
|
||||
if (row.id && $.inArray(row.id, table.selected) === -1){
|
||||
table.selected.push(row.id)
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user