Browse Source

曲目调整

yuanliang 1 year ago
parent
commit
3e896e08e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/music-library/music-sheet/modal/music-operationV2.tsx

+ 1 - 1
src/views/music-library/music-sheet/modal/music-operationV2.tsx

@@ -474,7 +474,7 @@ export default defineComponent({
               repeatedBeats: forms.repeatedBeats ? 1 : 0,
               gradualTimes: forms.graduals,
               isEvxml: forms.isEvxml ? 1 : 0,
-              repeatedBeatsToSing: forms.repeatedBeatsToSing
+              repeatedBeatsToSing: forms.repeatedBeatsToSing ? 1 : 0
             }),
             // availableType: forms.availableType,
             sourceType: forms.sourceType,