Browse Source

Merge branch 'iteration-20241205'

lex-xin 8 tháng trước cách đây
mục cha
commit
5002c0dae5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/music/music-detail/index.tsx

+ 1 - 1
src/views/music/music-detail/index.tsx

@@ -672,7 +672,7 @@ export default defineComponent({
         if(row.defaultScoreRender) {
           pdfUrl = getCurrentPdf(row, row.scoreType)
         } else {
-          staffData.musicPdfUrl = getCurrentPdf(defaultShowStaff, row.scoreType)
+          pdfUrl = getCurrentPdf(defaultShowStaff, row.scoreType)
         }
         staffData.musicPdfUrl = pdfUrl
       } else {