|  | @@ -169,20 +169,15 @@
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        '$store.state.addr.selectCity'(val) {
 | 
	
		
			
				|  |  | -        // console.log('this.$store.state.addr',this.$store.state.addr);
 | 
	
		
			
				|  |  | -        // console.log('vuexSelectCity',val);
 | 
	
		
			
				|  |  | +        // debounce(this.getPageData(), 1000, false)
 | 
	
		
			
				|  |  |          this.getPageData();
 | 
	
		
			
				|  |  |           
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        '$store.state.addr.selectDistrict'(val) {
 | 
	
		
			
				|  |  | -        // console.log('this.$store.state.addr',this.$store.state.addr);
 | 
	
		
			
				|  |  | -        // console.log('vuexSelectDistrict',val);
 | 
	
		
			
				|  |  |          this.getPageData();
 | 
	
		
			
				|  |  |           
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |        '$store.state.addr.selectStreet'(val) {
 | 
	
		
			
				|  |  | -        // console.log('this.$store.state.addr',this.$store.state.addr);
 | 
	
		
			
				|  |  | -        // console.log('vuexSelectStreet',val);
 | 
	
		
			
				|  |  |          this.getPageData();
 | 
	
		
			
				|  |  |           
 | 
	
		
			
				|  |  |        },
 |