...
|
...
|
@@ -459,7 +459,7 @@ export default { |
|
|
repositoryInto.value=handleInfoObj.value.repositoryinto==1?true:false;
|
|
|
setTimeout(function (){
|
|
|
detail.value=handleInfoObj.value.pcontent;
|
|
|
detailText.value=handleInfoObj.value.pcontent.html();
|
|
|
detailText.value=handleInfoObj.value.pcontent;
|
|
|
repositoryInfo.value=handleInfoObj.value.pcontent;
|
|
|
|
|
|
},400)
|
...
|
...
|
|