浏览代码

曲目调整

yuanliang 1 年之前
父节点
当前提交
3e896e08e5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,