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

3764 多人串行 【一站式新增功能】新增同一个流程同一节点可以导入数据进行审批

上级 0240d3ec
...@@ -135,7 +135,7 @@ export default class ImportUtilBatchAudit extends React.PureComponent { ...@@ -135,7 +135,7 @@ export default class ImportUtilBatchAudit extends React.PureComponent {
...(importParams || {}), ...(importParams || {}),
cacheKey: this.state.fileCacheKey, cacheKey: this.state.fileCacheKey,
objId: trueObjId || objId, objId: trueObjId || objId,
examineeMap: JSON.stringify({ examine: 1 }), // 默认都是同意 examineMap: JSON.stringify({ examine: 0 }), // 默认都是同意
}).then(res => { }).then(res => {
if (res && res.sync === false && res.total) { if (res && res.sync === false && res.total) {
this.setState({ this.setState({
...@@ -465,6 +465,7 @@ export default class ImportUtilBatchAudit extends React.PureComponent { ...@@ -465,6 +465,7 @@ export default class ImportUtilBatchAudit extends React.PureComponent {
</Button> </Button>
</Upload> </Upload>
<ButtonDiy <ButtonDiy
boxStyle={{ marginLeft: 10 }}
name={'下载模板'} name={'下载模板'}
type='primary' type='primary'
// className='primaryBlue' // className='primaryBlue'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论