|  | @@ -100,6 +100,7 @@ export default {
 | 
											
												
													
														|  |      ...mapMutations([]),
 |  |      ...mapMutations([]),
 | 
											
												
													
														|  |      reset() {
 |  |      reset() {
 | 
											
												
													
														|  |        return {
 |  |        return {
 | 
											
												
													
														|  | 
 |  | +        thresholdId: null,
 | 
											
												
													
														|  |          thresholdCode: null,
 |  |          thresholdCode: null,
 | 
											
												
													
														|  |          thresholdName: null,
 |  |          thresholdName: null,
 | 
											
												
													
														|  |          timeRange: ['00:00:00', '23:59:59'],
 |  |          timeRange: ['00:00:00', '23:59:59'],
 | 
											
										
											
												
													
														|  | @@ -112,6 +113,7 @@ export default {
 | 
											
												
													
														|  |        this.isEdit=false;
 |  |        this.isEdit=false;
 | 
											
												
													
														|  |        if (param.thresholdCode){
 |  |        if (param.thresholdCode){
 | 
											
												
													
														|  |          this.formData = {
 |  |          this.formData = {
 | 
											
												
													
														|  | 
 |  | +                thresholdId: param.thresholdId,
 | 
											
												
													
														|  |                  thresholdCode: param.thresholdCode,
 |  |                  thresholdCode: param.thresholdCode,
 | 
											
												
													
														|  |                  thresholdName: param.thresholdName,
 |  |                  thresholdName: param.thresholdName,
 | 
											
												
													
														|  |                  timeRange: [param.beginTime,param.endTime],
 |  |                  timeRange: [param.beginTime,param.endTime],
 |