|
@@ -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
|