lilei 3 vuotta sitten
vanhempi
commit
699da393d5

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