Jelajahi Sumber

Merge branch 'iteration_1.3.3' into dev

lex 2 tahun lalu
induk
melakukan
7f615aaaba
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/teacher/music/upload/index.tsx

+ 1 - 1
src/teacher/music/upload/index.tsx

@@ -243,7 +243,7 @@ export default defineComponent({
         audioType: this.audioType,
         sourceType: 'TEACHER',
         mp3Type,
-        hasBeat: this.hasBeat,
+        hasBeat: Number(this.hasBeat),
         accompanimentType: this.accompanimentType,
         titleImg: this.titleImg,
         url: this.hasBeat ? '' : this.mp3Url,