| 
														
															@@ -154,6 +154,8 @@ onMounted(async () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   // console.log('textData.value',textData.value);
 
														 | 
														
														 | 
														
															   // console.log('textData.value',textData.value);
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const cTextData = sessionStorage.getItem('textData')
 
														 | 
														
														 | 
														
															   const cTextData = sessionStorage.getItem('textData')
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const imgStr = sessionStorage.getItem('showImg')
 
														 | 
														
														 | 
														
															   const imgStr = sessionStorage.getItem('showImg')
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  const ocrJSONData = sessionStorage.getItem('ocrData')
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  const ocrData = ocrJSONData?JSON.parse(ocrJSONData):''
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const cImg = imgStr?JSON.parse(imgStr):''
 
														 | 
														
														 | 
														
															   const cImg = imgStr?JSON.parse(imgStr):''
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   // console.log('cTextData',cTextData);
 
														 | 
														
														 | 
														
															   // console.log('cTextData',cTextData);
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   // console.log('cImg',cImg);
 
														 | 
														
														 | 
														
															   // console.log('cImg',cImg);
 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -166,9 +168,12 @@ onMounted(async () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     return
 
														 | 
														
														 | 
														
															     return
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   }
 
														 | 
														
														 | 
														
															   }
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   let route = useRoute();
 
														 | 
														
														 | 
														
															   let route = useRoute();
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  let docId = route.query.docId;
 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  let fileId = route.query.fileId;
 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-  let fileType = route.query.fileType;
 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  // let docId = route.query.docId;
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  // let fileId = route.query.fileId;
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  // let fileType = route.query.fileType;
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+   let docId = ocrData.docId;
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  let fileId = ocrData.fileId;
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+  let fileType = ocrData.fileType;
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const JparData = history.state.clickRowId;
 
														 | 
														
														 | 
														
															   const JparData = history.state.clickRowId;
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   const parData =JparData? JSON.parse(JparData):'';
 
														 | 
														
														 | 
														
															   const parData =JparData? JSON.parse(JparData):'';
 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   // console.log("parData", parData);
 
														 | 
														
														 | 
														
															   // console.log("parData", parData);
 
														 |