Browse Source

update 语音矩阵

dusenyao 3 years ago
parent
commit
a2aab39a24
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/components/Adult/preview/Soundrecord.vue

+ 4 - 0
src/components/Adult/preview/Soundrecord.vue

@@ -193,6 +193,10 @@ export default {
       : [];
     if (_this.recordList.length > 0) {
       _this.selectIndex = 0;
+      this.$emit(
+        "getSelectData",
+        this.recordList[0].selectData
+      );
       _this.recordFile = _this.recordList.length + 1;
       _this.handleChangeRecord(0);
     }