|
@@ -417,6 +417,7 @@ export default {
|
|
|
this.$message.error('时间间隔超过31天,请重新选择!');
|
|
|
}else {
|
|
|
this.getfullrateData()
|
|
|
+ this.toggleSearchStatus = false
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -424,6 +425,7 @@ export default {
|
|
|
searchReset() {
|
|
|
this.queryParam={}
|
|
|
this.getDefaultTime()
|
|
|
+ this.toggleSearchStatus = false
|
|
|
// this.getfullrateData()
|
|
|
},
|
|
|
lineDetail(record){
|