Procházet zdrojové kódy

Merge branch 'iteration-20241205'

lex-xin před 2 měsíci
rodič
revize
95e9f24835
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/tenant/music/music-detail/new-index.tsx

+ 1 - 1
src/tenant/music/music-detail/new-index.tsx

@@ -769,7 +769,7 @@ export default defineComponent({
       })
     }
 
-    const initIframe = (tempPdf: string, staff: string, xml: string) => {
+    const initIframe = (tempPdf: string, staff: string) => {
       if (tempPdf) {
         staffData.musicPdfUrl = tempPdf
       } else {