Ver código fonte

搜索时间问题

Shannon_mu 2 anos atrás
pai
commit
8a7c89ad2a

+ 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) {