| 
														
															@@ -42,13 +42,13 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         :pdfUrl="priFile" 
														 | 
														
														 | 
														
															         :pdfUrl="priFile" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         v-if="/\.(pdf)$/i.test(priFile)" 
														 | 
														
														 | 
														
															         v-if="/\.(pdf)$/i.test(priFile)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       /> 
														 | 
														
														 | 
														
															       /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      <img 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      <!-- <img 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         v-if="/\.(jpeg|jpg|png|img)$/i.test(priFile)" 
														 | 
														
														 | 
														
															         v-if="/\.(jpeg|jpg|png|img)$/i.test(priFile)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         :src="priFile" 
														 | 
														
														 | 
														
															         :src="priFile" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         @click="previewImg(priFile)" 
														 | 
														
														 | 
														
															         @click="previewImg(priFile)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         style="max-width: 100%;max-height: 100%;" 
														 | 
														
														 | 
														
															         style="max-width: 100%;max-height: 100%;" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         alt="" 
														 | 
														
														 | 
														
															         alt="" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      /> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      /> --> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       <span slot="footer" class="dialog-footer"> 
														 | 
														
														 | 
														
															       <span slot="footer" class="dialog-footer"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         <el-button @click="priDiaVisible = false">关闭</el-button> 
														 | 
														
														 | 
														
															         <el-button @click="priDiaVisible = false">关闭</el-button> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       </span> 
														 | 
														
														 | 
														
															       </span> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -272,6 +272,8 @@ Instruction: Based on the context, follow "Format example", write content. 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     choiceAnswer(_data) { 
														 | 
														
														 | 
														
															     choiceAnswer(_data) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.taskList[this.phase.atPhase].answerArray[_data[0]].userAnswer = 
														 | 
														
														 | 
														
															       this.taskList[this.phase.atPhase].answerArray[_data[0]].userAnswer = 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         _data[1]; 
														 | 
														
														 | 
														
															         _data[1]; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.saveTopic(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.$forceUpdate(); 
														 | 
														
														 | 
														
															       this.$forceUpdate(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     savaDoIndex() { 
														 | 
														
														 | 
														
															     savaDoIndex() { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -370,6 +372,7 @@ Instruction: Based on the context, follow "Format example", write content. 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     addFile(obj) { 
														 | 
														
														 | 
														
															     addFile(obj) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.taskList[this.phase.atPhase].fileList.push(obj); 
														 | 
														
														 | 
														
															       this.taskList[this.phase.atPhase].fileList.push(obj); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.saveTopic(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.$forceUpdate(); 
														 | 
														
														 | 
														
															       this.$forceUpdate(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     deleteFile(index) { 
														 | 
														
														 | 
														
															     deleteFile(index) { 
														 |