提交 e41f16bf authored 作者: tb53863844's avatar tb53863844

开发

上级 0300857c
......@@ -1336,7 +1336,15 @@ class FormList extends React.Component {
)}
{this.props.value &&this.props.value.importConfig?
this.props.value.importConfig.map((r,i)=> <ImportUtil btn={r.btn} ext={r.ext?r.ext:"xlsx"} importConfig={r} objId={this.state.objId} callback={() => this.getPage()}/>
this.props.value.importConfig.map((r,i)=> <ImportUtil btn={r.btn} ext={r.ext?r.ext:"xlsx"} importConfig={r} objId={this.state.objId} callback={
() => {
this.getPage()
if(r.callback) r.callback();
}
}/>
):""}
{rights && !rights.includes('exportCurrent') ? (
''
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论