Authored by 鲁尚清

detailText的值更改

... ... @@ -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)
... ...