Explorar o código

update 语音矩阵

dusenyao %!s(int64=3) %!d(string=hai) anos
pai
achega
a2aab39a24
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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);
     }