上传bug修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
d8200793be
|
@ -16,9 +16,9 @@ async function executeTask() {
|
||||||
stopTaskTimer()
|
stopTaskTimer()
|
||||||
if (taskPool.length > 0) {
|
if (taskPool.length > 0) {
|
||||||
// let startSortTime = performance.now()
|
// let startSortTime = performance.now()
|
||||||
if( sortType ){
|
// if( sortType ){
|
||||||
maxRequest = 6
|
// maxRequest = 6
|
||||||
}
|
// }
|
||||||
// let endSortTime = performance.now()
|
// let endSortTime = performance.now()
|
||||||
var requestNum = Math.min(taskPool.length, maxRequest)
|
var requestNum = Math.min(taskPool.length, maxRequest)
|
||||||
const tasks = taskPool.splice(0, requestNum);
|
const tasks = taskPool.splice(0, requestNum);
|
||||||
|
|
|
@ -750,7 +750,8 @@ export default {
|
||||||
// this.$router.push({
|
// this.$router.push({
|
||||||
// path: `/readingPage?subjectCode=${subjectCode}&subjectId=${subjectId}&trialId=${trialId}&TokenKey=${token}`
|
// path: `/readingPage?subjectCode=${subjectCode}&subjectId=${subjectId}&trialId=${trialId}&TokenKey=${token}`
|
||||||
// })
|
// })
|
||||||
DicomEvent.$emit('getNextTask')
|
// DicomEvent.$emit('getNextTask')
|
||||||
|
window.location.reload()
|
||||||
})
|
})
|
||||||
.catch(action => {
|
.catch(action => {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue