소스 검색

fix:修改资金账户管理时间

lazy 2 달 전
부모
커밋
8d545f59d4
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/views/cyAccountManage/memberFundManage/cashFlow.vue
  2. 0 1
      src/views/cyAccountManage/memberFundManage/transactionRecord.vue

+ 0 - 1
src/views/cyAccountManage/memberFundManage/cashFlow.vue

@@ -264,7 +264,6 @@ export default {
       if (this.search.date.length) {
         this.search.startDate = this.search.date[0]
         this.search.endDate = this.search.date[1]
-        delete this.search.date
       }
 
       const res = await findBusinessRecords({

+ 0 - 1
src/views/cyAccountManage/memberFundManage/transactionRecord.vue

@@ -325,7 +325,6 @@ export default {
       if (this.search.date.length) {
         this.search.startDate = this.search.date[0]
         this.search.endDate = this.search.date[1]
-        delete this.search.date
       }
 
       const res = await findBusinessRecords({