|
|
|
@@ -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) |
|
|
|
} |
|
|
|
|