Authored by 鲁尚清

Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'

detailText的值更改



See merge request !539
... ... @@ -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)
... ...