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