Pārlūkot izejas kodu

默认查询金额的方法屏蔽掉,一块在合计那赋值

xuefy 4 gadi atpakaļ
vecāks
revīzija
71a0f9ef9b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      front-vue/src/views/service/repayment/repayment.vue

+ 1 - 1
front-vue/src/views/service/repayment/repayment.vue

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