|
@@ -1141,6 +1141,7 @@ export default {
|
|
|
analysisPro(analysisConfig)
|
|
|
.then((res) => {
|
|
|
if (res.status === 200) {
|
|
|
+ this.$set(row, "progress", 0);
|
|
|
// Start checking the status immediately after successful API call
|
|
|
setTimeout(() => {
|
|
|
this.startAnalysisStatusChecker(row);
|