浏览代码

Fix loan creation error

master
父节点
当前提交
86985c4daf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      components/new.vue

+ 1
- 1
components/new.vue 查看文件

@@ -236,7 +236,7 @@ const newFee = {
// Clone loan from initial example as a new loan
function create() {
this.estimate.loans.push(
Object.assign({}, example, {fees: createFees()})
Object.assign({}, example, {fees: this.createFees()})
)
}



正在加载...
取消
保存