|  | @@ -103,8 +103,9 @@ export default {
 | 
											
												
													
														|  |            this.loading = false;
 |  |            this.loading = false;
 | 
											
												
													
														|  |            if(res.data && res.data.length>0){
 |  |            if(res.data && res.data.length>0){
 | 
											
												
													
														|  |              this.perFormList = res.data || []
 |  |              this.perFormList = res.data || []
 | 
											
												
													
														|  | -            let date = new Date(res.data[0].priceDate)
 |  | 
 | 
											
												
													
														|  | -            this.timeValue = date
 |  | 
 | 
											
												
													
														|  | 
 |  | +            // let date = new Date(res.data[0].priceDate)
 | 
											
												
													
														|  | 
 |  | +            // this.timeValue = date
 | 
											
												
													
														|  | 
 |  | +            this.$set(this,'timeValue',new Date())
 | 
											
												
													
														|  |              //this.getRange(date)
 |  |              //this.getRange(date)
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |          }
 |  |          }
 |