Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -66,10 +66,10 @@ export struct CardSourceInfo { | @@ -66,10 +66,10 @@ export struct CardSourceInfo { | ||
| 66 | */ | 66 | */ |
| 67 | private getContentDtoBean(): ContentDTO { | 67 | private getContentDtoBean(): ContentDTO { |
| 68 | if (this.compDTO == undefined) { | 68 | if (this.compDTO == undefined) { |
| 69 | - return new ContentDTO | 69 | + return this.contentDTO |
| 70 | } | 70 | } |
| 71 | if(this.compDTO.operDataList.length == 0){ | 71 | if(this.compDTO.operDataList.length == 0){ |
| 72 | - return new ContentDTO | 72 | + return this.contentDTO |
| 73 | } | 73 | } |
| 74 | return this.compDTO.operDataList[0] | 74 | return this.compDTO.operDataList[0] |
| 75 | } | 75 | } |
-
Please register or login to post a comment