| 
					
				 | 
			
			
				@@ -28,7 +28,7 @@ export const selectData = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   // 题型属性 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   property: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     stem_type: stemTypeList[0].value, // 题干类型 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    question_number: 1, // 题号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    question_number: '1', // 题号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     is_enable_description: switchOption[1].value, // 描述 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     select_type: selectTypeList[0].value, // 选择类型 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     is_enable_listening: switchOption[0].value, // 是否听力 
			 |