This commit is contained in:
2020-12-09 19:16:44 +00:00
parent f662e0030f
commit a1743bebdb
2 changed files with 14 additions and 14 deletions

View File

@@ -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;