浏览代码

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

xuefy 4 年之前
父节点
当前提交
71a0f9ef9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
         });