|  | @@ -93,7 +93,7 @@
 | 
	
		
			
				|  |  |  		
 | 
	
		
			
				|  |  |  		<dm-calendar-picker-view ref='calendarPickerView' @confirmSelDate='confirmSelDate'></dm-calendar-picker-view>
 | 
	
		
			
				|  |  |  	    <dmWithDrawalRecord ref='withDrawalRecord'></dmWithDrawalRecord>
 | 
	
		
			
				|  |  | -		<dmWithDrawal ref='withDrawal' :canCashOut='headerInfo.canCashOut'></dmWithDrawal>
 | 
	
		
			
				|  |  | +		<dmWithDrawal ref='withDrawal' :canCashOut='headerInfo.canCashOut' @updata="getData"></dmWithDrawal>
 | 
	
		
			
				|  |  |  		<login-notice></login-notice>
 | 
	
		
			
				|  |  |  		<login></login>
 | 
	
		
			
				|  |  |  	</view>
 | 
	
	
		
			
				|  | @@ -153,14 +153,16 @@
 | 
	
		
			
				|  |  |  		mounted() {
 | 
	
		
			
				|  |  |  			this.color1 = app.globalData.color1;
 | 
	
		
			
				|  |  |  			this.color2 = app.globalData.color2;
 | 
	
		
			
				|  |  | -			this.getReportHeader()
 | 
	
		
			
				|  |  | -			this.getReportMenu();
 | 
	
		
			
				|  |  | +			this.getData()
 | 
	
		
			
				|  |  |  			uni.$on("request",()=>{
 | 
	
		
			
				|  |  | -				this.getReportHeader()
 | 
	
		
			
				|  |  | -				this.getReportMenu()
 | 
	
		
			
				|  |  | +				this.getData()
 | 
	
		
			
				|  |  |  			})
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  |  		methods: {
 | 
	
		
			
				|  |  | +			getData(){
 | 
	
		
			
				|  |  | +				this.getReportHeader()
 | 
	
		
			
				|  |  | +				this.getReportMenu()
 | 
	
		
			
				|  |  | +			},
 | 
	
		
			
				|  |  |  			// 表头数据
 | 
	
		
			
				|  |  |  			async getReportHeader() {
 | 
	
		
			
				|  |  |  				const res = await this.$myRequest({
 |