| 
					
				 | 
			
			
				@@ -411,7 +411,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     custChange (val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.buyerSn = val.key 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    subareaChange(val){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    subareaChange (val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaSn = val[0] ? val[0] : undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaAreaSn = val[1] ? val[1] : undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -532,7 +532,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.subareaAreaSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.queryParam.shippingAddrProvinceSn = undefined 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      if(this.advanced){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if (this.advanced) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$refs.subarea.clearData() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.$refs.table.refresh(true) 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -583,7 +583,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<style lang="less"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<style lang="less" scoped> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   .salesManagementList-wrap{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     .sTable{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       margin-top: 10px; 
			 |