瀏覽代碼

Merge branch 'features-o' of onunez/frontend-inversiones into development

Oscar José Nuñez Chávez 5 年之前
父節點
當前提交
76d93d436a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/components/investment-proposals/investment-proposals.component.ts

+ 1 - 1
src/app/components/investment-proposals/investment-proposals.component.ts

@@ -475,7 +475,7 @@ export class InvestmentProposalsComponent implements OnInit {
 
 
             for (let i = 0; i < this.userList.length; i++) {
             for (let i = 0; i < this.userList.length; i++) {
               let html_input: HTMLInputElement = document.getElementById(
               let html_input: HTMLInputElement = document.getElementById(
-                this.userList[i].name
+                "next-" + this.userList[i].name
               ) as HTMLInputElement;
               ) as HTMLInputElement;
               if (html_input != null) {
               if (html_input != null) {
                 let html_value: string = html_input.value;
                 let html_value: string = html_input.value;