export speed loading error fix
This commit is contained in:
parent
50377de9e4
commit
384a09dba4
@ -686,6 +686,7 @@ async function sendPostRequest() {
|
||||
h1Element.textContent = 'Данных для выбранного периода нет.';
|
||||
const speedBG = document.getElementById("speed-bg");
|
||||
speedBG.style.display = 'flex';
|
||||
document.getElementById("dataLoading").style.display = 'none';
|
||||
}
|
||||
|
||||
|
||||
|
@ -356,6 +356,7 @@ async function sendPostRequest() {
|
||||
|
||||
if (data.success) {
|
||||
console.log(`Данные доступны. DATAID: ${data.dataId}`)
|
||||
document.getElementById("speed-bg").style.display = "none";
|
||||
const requestData = {
|
||||
serial: selectedSerial,
|
||||
datetime: combinedDateTime,
|
||||
|
Loading…
Reference in New Issue
Block a user