mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-10 17:03:56 +08:00
Fix row selection info after record deletion [SCI-1350]
This commit is contained in:
parent
e26337d5ee
commit
c081cda5f3
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ function onClickDeleteRecord() {
|
|||
data: {selected_rows: rowsSelected},
|
||||
success: function(data) {
|
||||
HelperModule.flashAlertMsg(data.flash, 'success');
|
||||
rowsSelected = [];
|
||||
onClickCancel();
|
||||
},
|
||||
error: function(e) {
|
||||
|
|
Loading…
Reference in a new issue