fix:修改 切换panel 不刷新时间的问题
This commit is contained in:
@@ -319,11 +319,11 @@ export default {
|
|||||||
nowTimeType: JSON.stringify(this.nowTimeType),
|
nowTimeType: JSON.stringify(this.nowTimeType),
|
||||||
searchTime: JSON.stringify(this.searchTime)
|
searchTime: JSON.stringify(this.searchTime)
|
||||||
}
|
}
|
||||||
// this.dateChange()
|
|
||||||
// this.getTableData()
|
// this.getTableData()
|
||||||
const path = this.fromRoute.panel
|
const path = this.fromRoute.panel
|
||||||
this.updatePath(param, path)
|
this.updatePath(param, path)
|
||||||
this.getData(this.filter)
|
this.dateChange()
|
||||||
|
// this.getData(this.filter)
|
||||||
this.$refs.chartList.cleanData()
|
this.$refs.chartList.cleanData()
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user