Browse Source

fix issue

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

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

@@ -260,6 +260,7 @@ export default {
this.deubgUrlGpuStop = `${AppSubUrl}/${this.fileInfo.owner_name}/${this.notebookInfo.projectName}/cloudbrain/${id}/stop`
clearInterval(timerCb1)
}
console.log(finalState.includes(res.data.JobStatus),finalState,res.data.JobStatus)
if(finalState.includes(res.data.JobStatus)){
this.btnStatus[index] = 0
clearInterval(timerCb1)
@@ -277,6 +278,7 @@ export default {
clearInterval(timerCb2)
}
if(finalState.includes(res.data.JobStatus)){
console.log("---=-==")
this.btnStatus[2] = 0
clearInterval(timerCb2)
}


Loading…
Cancel
Save