lilei 3 years ago
parent
commit
699da393d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/financialManagement/fundAccountManagement/detail.vue

+ 2 - 2
src/views/financialManagement/fundAccountManagement/detail.vue

@@ -150,8 +150,8 @@ export default {
   methods: {
     //  时间  change
     dateChange (date) {
-      this.queryParam.beginDate = date[0]
-      this.queryParam.endDate = date[1]
+      this.queryParam.beginDate = date[0] + ' 00:00:00'
+      this.queryParam.endDate = date[1] + ' 00:00:00'
     },
     //  重置
     resetSearchForm () {