This commit is contained in:
@@ -54,9 +54,10 @@ export default {
|
||||
if (dialogResult == false) {
|
||||
return;
|
||||
}
|
||||
vm.notes = null;
|
||||
//do the bulk action
|
||||
//Clear any possible prior errors
|
||||
vm.$emit("ext-show-job-log", "clear");
|
||||
|
||||
//do the bulk action
|
||||
let url = "job-operations/bulk-delete";
|
||||
let body = this.dataListSelection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user