src/views/visualization.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/visualization.vue
@@ -1310,6 +1310,7 @@ }else{ this.TaskCount = 0 const allChannels = [0,1]; this.workers = [] allChannels.forEach(channel => this.TasksCopy.push(this.newTaskPlaceholder(channel))) this.TasksCopy.sort((a,b)=>a.Channel - b.Channel) this.cutClick(1) @@ -1326,7 +1327,9 @@ },err=>{ console.error(err) this.TaskCount = 0 const allChannels = [0,1]; this.workers = [] allChannels.forEach(channel => this.TasksCopy.push(this.newTaskPlaceholder(channel))) this.TasksCopy.sort((a,b)=>a.Channel - b.Channel) this.cutClick(1)