Commit 81bd8c15 authored by 刘怀志's avatar 刘怀志

1.平台录像:筛选执行方案后再清空筛选项点击查询时列表没有还原,显示暂无数据了

parent 4ba8a921
......@@ -562,7 +562,11 @@ export default {
/** 查询视频存储管理-计划列表 */
getList() {
this.loading = true
listPlan(this.queryParams).then(response => {
const temp = {
...this.queryParams,
recordTime: this.queryParams.recordTime === '' ? null : this.queryParams.recordTime
}
listPlan(temp).then(response => {
this.planList = response.rows
this.total = response.total
this.loading = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment