소스 검색

Fix loan creation error

master
Immanuel Onyeka 2 년 전
부모
커밋
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()})
)
}



불러오는 중...
취소
저장