FengChaoYu %!s(int64=3) %!d(string=hai) anos
pai
achega
152581a206
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/deposit_home/deposit_list.vue

+ 3 - 1
src/views/deposit_home/deposit_list.vue

@@ -571,12 +571,14 @@ export default {
     },
     getList() {
       this.listLoading = true
+
       const params = {
         pageSize: this.pageSize,
         pageNum: this.currentPage,
-        isRefundDeposit: this.deduction === '已退押' ? true : null,
+        isRefundDeposit: '',
         ...this.screenForm
       }
+      params.isRefundDeposit = this.deduction === '已退押' ? true : ''
 
       getList(params).then((res) => {
         this.dataList = res.data.records