1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
16b3c1e6af
commit
06ac1a660c
|
@ -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)
|
||||
})
|
||||
},
|
||||
// 当选择项发生变化时收集待上传文件数据
|
||||
|
|
Loading…
Reference in New Issue