Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'
detailText的值更改 See merge request !539
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -459,7 +459,7 @@ export default { | @@ -459,7 +459,7 @@ export default { | ||
459 | repositoryInto.value=handleInfoObj.value.repositoryinto==1?true:false; | 459 | repositoryInto.value=handleInfoObj.value.repositoryinto==1?true:false; |
460 | setTimeout(function (){ | 460 | setTimeout(function (){ |
461 | detail.value=handleInfoObj.value.pcontent; | 461 | detail.value=handleInfoObj.value.pcontent; |
462 | - detailText.value=handleInfoObj.value.pcontent.html(); | 462 | + detailText.value=handleInfoObj.value.pcontent; |
463 | repositoryInfo.value=handleInfoObj.value.pcontent; | 463 | repositoryInfo.value=handleInfoObj.value.pcontent; |
464 | 464 | ||
465 | },400) | 465 | },400) |
-
Please register or login to post a comment