|
@@ -136,7 +136,6 @@ export default defineComponent({
|
|
|
const onChangeStaff = (type: string) => {
|
|
|
staff.radio = type
|
|
|
staff.status = false
|
|
|
- console.log(type)
|
|
|
if (type == 'first') {
|
|
|
loading.value = false
|
|
|
const tempPdf = musicDetail.value?.firstPdfUrl
|
|
@@ -657,7 +656,7 @@ export default defineComponent({
|
|
|
const xml = formatXML(parseXmlInfo.parsedXML)
|
|
|
|
|
|
const currentXml = onlyVisible(xml, staffData.partXmlIndex)
|
|
|
- iframeRef.contentWindow.renderXml(currentXml, 0)
|
|
|
+ iframeRef.contentWindow.renderXml(currentXml, 0, staff.radio)
|
|
|
|
|
|
// iframeRef.contentWindow.renderXml(
|
|
|
// staffData.musicXml,
|