|
@@ -34,7 +34,7 @@
|
|
|
<el-row type="flex" align="middle">
|
|
|
<div class="zap-repaid">
|
|
|
<el-form-item class="zap-repaid__select" prop="day">
|
|
|
- <el-select v-model="amountQueryParams.day" size="medium" @change="change(amountQueryParams.day)">
|
|
|
+ <el-select v-model="amountQueryParams.day" size="medium" @change="change">
|
|
|
<el-option v-for="dict in dayOptions" :key="dict.dictValue" :label="dict.dictLabel" :value="dict.dictValue" />
|
|
|
</el-select>
|
|
|
<span class="zap-repaid__label">待还款</span>
|
|
@@ -555,6 +555,7 @@ export default {
|
|
|
this.amountQueryParams.day = null;
|
|
|
repaymentAmount(this.amountQueryParams).then(response => {
|
|
|
this.sumAmount = response.data;
|
|
|
+ this.amount = response.data;
|
|
|
});
|
|
|
this.getList().then(() => {
|
|
|
this.queryParams.type = "00";
|