|
@@ -234,7 +234,6 @@ function getDialog() {
|
|
if (audioData.form.type !== 2) {
|
|
if (audioData.form.type !== 2) {
|
|
nextTick(() => {
|
|
nextTick(() => {
|
|
proxy.$refs.table.clearSelection()
|
|
proxy.$refs.table.clearSelection()
|
|
- data.selectionList = data.form.audioList
|
|
|
|
if (val && data.selectionList.length > 0) {
|
|
if (val && data.selectionList.length > 0) {
|
|
data.selectionList.map(i => {
|
|
data.selectionList.map(i => {
|
|
let row = val.find(j => j.id === i.audioId)
|
|
let row = val.find(j => j.id === i.audioId)
|