Browse Source

fix issue

tags/v1.22.11.3^2
zhoupzh 2 years ago
parent
commit
55653a4e42
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      web_src/vuepages/pages/notebook/debug/index.vue

+ 1
- 0
web_src/vuepages/pages/notebook/debug/index.vue View File

@@ -262,6 +262,7 @@ export default {
}
console.log(finalState.includes(res.data.JobStatus),finalState,res.data.JobStatus)
if(finalState.includes(res.data.JobStatus)){
console.log("---=-==",index)
this.btnStatus[index] = 0
clearInterval(timerCb1)
}


Loading…
Cancel
Save