Browse Source

fix issue

pull/3433/head
zhoupzh 2 years ago
parent
commit
5fdb219e70
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      web_src/vuepages/pages/notebook/debug/index.vue

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

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


Loading…
Cancel
Save