This commit is contained in:
Taric Xin
2022-03-28 17:47:04 +08:00
parent c7824fba5a
commit 6bb5f3808e
8 changed files with 23 additions and 12 deletions

View File

@ -99,7 +99,8 @@ export class WithdrawalsDetailComponent implements OnInit {
rmYll: this.formData.userId,
snglFlgCd: this.formData.coreSerNo,
bussType: '06',
ltdId: this.formData.ltdId
ltdId: this.formData.ltdId,
accountType: this.formData.accountType
});
}

View File

@ -297,7 +297,8 @@ export class WithdrawalsRecordComponent {
rmYll: item.userId,
snglFlgCd: item.coreSerNo,
bussType: '06',
ltdId: item.ltdId
ltdId: item.ltdId,
accountType: item.accountType
})
}
]