BulkAction error massage issue fixed.

This commit is contained in:
Cüneyt Şentürk
2019-12-27 15:42:22 +03:00
parent ff9608fc92
commit 2083bc87bf
19 changed files with 20 additions and 21 deletions

View File

@ -122,8 +122,6 @@ export default {
// Bulk Action use selected Action
onAction() {
this.bulk_action.action();
window.location.reload(false);
},
// Bulk Action modal cancel

View File

@ -114,6 +114,9 @@ export default class BulkAction {
//this.loading = false;
//this.modal = false;
//window.location.reload(false);
})
.finally(function () {
//window.location.reload(false);
});
}