Browse Source

修复时间无法选择的问题

JXDS18FUJT 2 years ago
parent
commit
6036dcccbc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/driver/report/index.vue

+ 2 - 0
src/views/driver/report/index.vue

@@ -191,6 +191,8 @@ export default {
             open: false,
             // 查询参数
             queryParams: {
+                startTime:null,
+                endTime:null,
                 dqbh: "",
                 pageNum: 1,
                 pageSize: 10,