FengChaoYu 3 tahun lalu
induk
melakukan
152581a206
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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