浏览代码

修改接口传参

guotianliang 5 年之前
父节点
当前提交
f78d9a92d5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/doBusiness/index.vue

+ 2 - 2
src/views/doBusiness/index.vue

@@ -24,7 +24,7 @@
                             @focus='onFocus(item)'
                             @focus='onFocus(item)'
                             placeholder='选择时间范围'
                             placeholder='选择时间范围'
                             :picker-options='{
                             :picker-options='{
-                            selectableRange:"07:00-19:00",                       
+                            selectableRange:"07:00-19:00",
                             }'
                             }'
                         ></el-time-picker>
                         ></el-time-picker>
                     </div>
                     </div>
@@ -119,7 +119,7 @@ export default {
                         projectId: this.$store.state.projectId,
                         projectId: this.$store.state.projectId,
                         date: {
                         date: {
                             $gte: this.gte,
                             $gte: this.gte,
-                            $lt: this.lt
+                            $lte: this.lt
                         }
                         }
                     }
                     }
                 }
                 }