| 
					
				 | 
			
			
				@@ -814,7 +814,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   data() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     return { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       pdfUrl: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        "https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/%E4%B8%8A%E8%AF%BE%E8%AF%BE%E4%BB%B6---%E4%BA%94%E4%B8%8Bintroduce%20a%20festival%20%28Final%20%29_202208251543361661413469082.pdf", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        "https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/%E4%B8%8A%E8%AF%BE%E8%AF%BE%E4%BB%B6---%E4%BA%94%E4%B8%8Bintroduce%20a%20festival%20%28Final%20%29%281%291661829428281.pdf", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       pptImgUrl: "", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       isLoading: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       full: false, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -873,7 +873,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { tools: [9] }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        "", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { tools: [9] }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { tools: [9] }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { tools: [9] }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -902,7 +902,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { tools: [9] }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        "", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { tools: [3, 28] }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { tools: [16] }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { tools: [14] }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1207,6 +1206,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     selectStudentByScoolPPt(type) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       let params = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         oid: this.oid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        cid: this.cid, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.ajax 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         .get(this.$store.state.api + "selectStudentByScoolPPt", params) 
			 |