fix(fe file upload): added todo to check clearinterval problem
This commit is contained in:
parent
a17ccd65f0
commit
6dc14b9cbf
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ const checkUploadStatus = (id) => {
|
|||
if (check_analyzer_index > -1) {
|
||||
check_analyzer.value.splice(check_analyzer_index, 1)
|
||||
}
|
||||
|
||||
/**
|
||||
* ToDo: understand why clearInterval doesn't work, or find another way to
|
||||
* check the status
|
||||
*/
|
||||
clearInterval(check_analyzer.value[id]);
|
||||
console.log(check_analyzer.value[id])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue