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

优化wangEditor

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