入账记录优化

This commit is contained in:
潘晓云
2022-03-24 17:44:34 +08:00
parent bce69d2c1f
commit 2f19afe7fc
2 changed files with 1 additions and 3 deletions

View File

@ -151,7 +151,7 @@ export class PartnerAccountManagementRecordedDetailComponent implements OnInit {
* @param record 当前行
*/
viewBookedRecord(record: any) {
window.open(location.origin + `#/partner/recorded/record?ltdId=${record?.ltdId}&userId=${record?.userId}&userIdLabel=${record?.banktypeLabel}`);
window.open(location.origin + `#/partner/recorded/record?ltdId=${record?.ltdId}`);
}
/**