reset(record): 重置记录查询条件

- 清空日期范围选择
- 重置查询表单
- 设置 monitorCode 为 null
- 执行查询操作
master
zch 7 months ago
parent 0596e3200f
commit 2c58ad5f57

@ -410,6 +410,8 @@ export default {
this.daterangeCollectTime = []
this.daterangeRecordTime = []
this.resetForm('queryForm')
this.reset()
this.queryParams.monitorCode = null
this.handleQuery()
},
//

Loading…
Cancel
Save