@@ -542,7 +542,7 @@ export default {
};
},
created() {
- this.getRepaymentAmount();
+ //this.getRepaymentAmount();
this.getDicts("zc_zfr_apply_status").then(response => {
this.applyStatusOptions = response.data;
});