lilei 3 年之前
父節點
當前提交
699da393d5
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 () {