Fix close dialog when apply actions
This commit is contained in:
parent
c733f0a1d8
commit
dada6cc328
|
@ -282,13 +282,13 @@ async function processSelectedDevices() {
|
||||||
this.notifyUser("Fail to remove devices from selected lot/s", error.responseJSON.message, true);
|
this.notifyUser("Fail to remove devices from selected lot/s", error.responseJSON.message, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
requestCount += 1
|
requestCount += 1
|
||||||
if (requestCount == this.list.length) {
|
if (requestCount == this.list.length) {
|
||||||
this.reRenderTable();
|
this.reRenderTable();
|
||||||
this.list = []
|
this.list = [];
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
document.getElementById("dropDownLotsSelector").classList.remove("show");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Reference in New Issue