| 
				
			 | 
			
			
				@@ -58,7 +58,7 @@ 
			 | 
		
	
		
			
			| 
				58
			 | 
			
				58
			 | 
			
			
				 </template> 
			 | 
		
	
		
			
			| 
				59
			 | 
			
				59
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				60
			 | 
			
				60
			 | 
			
			
				 <script> 
			 | 
		
	
		
			
			| 
				61
			 | 
			
				
			 | 
			
			
				-import { fetchList, fetchDetail } from '@/api/gambleGameBucket' 
			 | 
		
	
		
			
			| 
				
			 | 
			
				61
			 | 
			
			
				+import { fetchList, fetchMemberRecords, fetchDealingRecords } from '@/api/gambleGameBucket' 
			 | 
		
	
		
			
			| 
				62
			 | 
			
				62
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				63
			 | 
			
				63
			 | 
			
			
				 export default { 
			 | 
		
	
		
			
			| 
				64
			 | 
			
				64
			 | 
			
			
				   data() { 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -102,7 +102,10 @@ export default { 
			 | 
		
	
		
			
			| 
				102
			 | 
			
				102
			 | 
			
			
				     }, 
			 | 
		
	
		
			
			| 
				103
			 | 
			
				103
			 | 
			
			
				     handleDialog(row) { 
			 | 
		
	
		
			
			| 
				104
			 | 
			
				104
			 | 
			
			
				       this.temp = Object.assign({}, row) // copy obj 
			 | 
		
	
		
			
			| 
				105
			 | 
			
				
			 | 
			
			
				-      fetchDetail(row).then(response => { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				105
			 | 
			
			
				+      fetchMemberRecords(row).then(response => { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				106
			 | 
			
			
				+        console.log(response.data) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				107
			 | 
			
			
				+      }) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				108
			 | 
			
			
				+      fetchDealingRecords(row).then(response => { 
			 | 
		
	
		
			
			| 
				106
			 | 
			
				109
			 | 
			
			
				         console.log(response.data) 
			 | 
		
	
		
			
			| 
				107
			 | 
			
				110
			 | 
			
			
				       }) 
			 | 
		
	
		
			
			| 
				108
			 | 
			
				111
			 | 
			
			
				       // router.push({ path: '/gambleGameBucket/index/detail' }) 
			 |