提交 8626d8b7 authored 作者: 钟是志's avatar 钟是志

优化wangEditor

上级 4f85d7ee
......@@ -97,7 +97,7 @@ export function requestFileInfo(url, datas) {
});
return false;
}
console.log(res.status);
// console.log(res.status);
return res.json();
})
.then(res => {
......
......@@ -16,6 +16,9 @@ function Index({ onChange, value, otherProps, dataColumn, disabled, json, uuid }
return null;
}
if(disabled){
if(!value || value === 'null'){
return <div></div>
}
return <div dangerouslySetInnerHTML={{__html: `<div class="wangEditorHtml">${value}</div>`}}>
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论