|
@@ -177,8 +177,8 @@ export default {
|
|
|
if (res.code == 0) {
|
|
|
this.dialogData = res.data.records
|
|
|
this.total = res.data.total
|
|
|
+ this.$refs.table.clearSelection()
|
|
|
if (this.form.list.length > 0) {
|
|
|
- this.$refs.table.clearSelection()
|
|
|
this.form.list.map(i => {
|
|
|
let row = this.dialogData.find(j => j.audioId === i.audioId)
|
|
|
if (row) {
|