|  | @@ -86,8 +86,9 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          (n: any) => n.noteElement.sourceMeasure.MeasureNumberXML == questionExtendsInfo.value.end
 | 
	
		
			
				|  |  |        )
 | 
	
		
			
				|  |  |        const startNote = startNotes[0]
 | 
	
		
			
				|  |  | -      const endNote = endNotes[endNotes.length - 1]
 | 
	
		
			
				|  |  | -      //   console.log('🚀 ~ activeNote', startNote, endNote, questionExtendsInfo.value.end)
 | 
	
		
			
				|  |  | +      // const endNote = endNotes[endNotes.length - 1]
 | 
	
		
			
				|  |  | +      const endNote = endNotes[0]
 | 
	
		
			
				|  |  | +      // console.log('🚀 ~ activeNote', startNote, endNote, questionExtendsInfo.value.end)
 | 
	
		
			
				|  |  |        if (startNote && endNote) {
 | 
	
		
			
				|  |  |          unitTestData.isSelectMeasureMode = true
 | 
	
		
			
				|  |  |          // 设置小节
 |