1
continuous-integration/drone/push Build is passing Details

uat_us
熊飞 2024-01-30 15:53:40 +08:00
parent 16b3c1e6af
commit 06ac1a660c
1 changed files with 8 additions and 1 deletions

View File

@ -1369,8 +1369,15 @@ export default {
})
.then(() => {
this.$refs.uploadForm.reset()
this.selectArr = []
this.uploadQueues.splice(index, 1)
this.uploadQueues.forEach((v, i) => {
if (v.uploadState.record) {
v.uploadState.selected = false
this.$refs.dicomFilesTable.toggleRowSelection(v, true)
}
v.studyIndex = i
})
this.handleSelectionChange(this.uploadQueues)
})
},
//