CN-1144: Dashboard下钻后顶部的模糊查询时间条件错误

This commit is contained in:
刘洪洪
2023-07-03 11:21:21 +08:00
parent dff5135d88
commit 5da5f55b80
3 changed files with 40 additions and 18 deletions

View File

@@ -251,6 +251,7 @@ export default {
* 重置时间,将时间存入缓存,并触发方法请求接口刷新界面
*/
const returnValue = () => {
store.commit('setTimeFilter', { startTime: myStartTime.value, endTime: myEndTime.value, range: dateRangeValue.value })
cancelHttp()
rangeHistory.value.unshift({
start: myStartTime.value,