|
@@ -308,7 +308,7 @@ export default {
|
|
this.tableData.map(i => {
|
|
this.tableData.map(i => {
|
|
let row = this.dialogData.find(j => j.id == i.audioId)
|
|
let row = this.dialogData.find(j => j.id == i.audioId)
|
|
if (row) {
|
|
if (row) {
|
|
- this.$refs.table.toggleRowSelection(row)
|
|
|
|
|
|
+ this.$refs.table.toggleRowSelection(row, true)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
})
|
|
})
|