[Update] Merge with master

This commit is contained in:
ibuler
2019-07-06 15:58:41 +08:00
3 changed files with 4 additions and 1 deletions

View File

@@ -654,6 +654,8 @@ jumpserver.initServerSideDataTable = function (options) {
$.each(rows, function (id, row) {
table.selected_rows.push(row);
if (row.id && $.inArray(row.id, table.selected) === -1){
console.log(table)
console.log(table.selected);
table.selected.push(row.id)
}
})