浏览代码

搜索时间问题

Shannon_mu 2 年之前
父节点
当前提交
8a7c89ad2a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      operationSupport/src/views/payService/call/index.vue

+ 2 - 2
operationSupport/src/views/payService/call/index.vue

@@ -204,8 +204,8 @@ export default {
             if (!arr) {
                 arr = ['', ''];
             }
-            this.mixins_query.startTime = arr[0];
-            this.mixins_query.endTime = arr[1];
+            this.mixins_query.startTime = arr[0] + ' 00:00:00';
+            this.mixins_query.endTime = arr[1] + ' 23:59:59';
         },
         allNotice() {
             if (!this.mixins_list.length) {