Ver código fonte

修改接口传参lt改为lte

guotianliang 4 anos atrás
pai
commit
23bea5d678
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/doBusiness/index.vue

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

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