|
|
@@ -274,7 +274,7 @@ export default { |
|
|
|
let fileData = {job_id:id,...data} |
|
|
|
timerCb3 = setInterval(() => { |
|
|
|
setTimeout(this.getFileInfoReadyNotebook(fileData,index), 0) |
|
|
|
}, 10000) |
|
|
|
}, 5000) |
|
|
|
clearInterval(timerCb1) |
|
|
|
} |
|
|
|
if(finalState.includes(res.data.JobStatus)){ |
|
|
@@ -295,10 +295,7 @@ export default { |
|
|
|
let fileData = {job_id:id,...data} |
|
|
|
timerCb3 = setInterval(() => { |
|
|
|
setTimeout(this.getFileInfoReadyNotebook(fileData,2), 0) |
|
|
|
}, 10000) |
|
|
|
// this.btnStatus[2]=2 |
|
|
|
// this.deubgUrlNpu = `${AppSubUrl}/${this.fileInfo.sign_name}/${this.notebookInfo.projectName}/modelarts/notebook/${id}/debug` |
|
|
|
// this.deubgUrlNpuStop = `${AppSubUrl}/${this.fileInfo.sign_name}/${this.notebookInfo.projectName}/modelarts/notebook/${id}/stop` |
|
|
|
}, 5000) |
|
|
|
clearInterval(timerCb2) |
|
|
|
} |
|
|
|
if(finalState.includes(res.data.JobStatus)){ |
|
|
|