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

UploadCom.js 修改

上级 e6295512
......@@ -58,10 +58,8 @@ class UploadCom extends React.Component {
};
this.otherProps = {};
if (props.json?.otherProps) {
this.otherProps = props.json?.otherProps;
try {
this.otherProps = new Function(this.otherProps)();
// console.log(this.otherProps);
this.otherProps = new Function(props.json?.otherProps)() || {};
} catch (e) {
console.log(e);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论