Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -47,8 +47,8 @@ export struct ZhSingleRow03 { | @@ -47,8 +47,8 @@ export struct ZhSingleRow03 { | ||
| 47 | async getReserveState() { | 47 | async getReserveState() { |
| 48 | const reserveBean: reserveReqItem[] = this.compDTO.operDataList.map((item: ContentDTO) => { | 48 | const reserveBean: reserveReqItem[] = this.compDTO.operDataList.map((item: ContentDTO) => { |
| 49 | const reqItem: reserveReqItem = { | 49 | const reqItem: reserveReqItem = { |
| 50 | - liveId: item.objectId, | ||
| 51 | - relationId: item.relId | 50 | + liveId: item.objectId.toString(), |
| 51 | + relationId: item.relId.toString() | ||
| 52 | } | 52 | } |
| 53 | return reqItem; | 53 | return reqItem; |
| 54 | }) | 54 | }) |
-
Please register or login to post a comment