|
@@ -969,6 +969,8 @@ export default {
|
|
|
},
|
|
|
handleWav(list, tmIndex, index, indexs) {
|
|
|
tmIndex = tmIndex ? tmIndex : 0;
|
|
|
+ index = index ? index : 0;
|
|
|
+ indexs = indexs ? indexs : 0;
|
|
|
let resList = list.filter((item, index) => index == list.length - 1);
|
|
|
this.$set(
|
|
|
this.curQue.Bookanswer[index][indexs].recordList,
|