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

bug修改

上级 4e7381d4
......@@ -17,6 +17,7 @@ export default class AuditPage extends Component {
handleButtonSet = () => {
const { hasBatchAudit, batchAuditButtonName, noNeedForm } = this.props;
console.log(hasBatchAudit);
return {
tab1: [
hasBatchAudit
......
......@@ -30,7 +30,7 @@ export default function ActiveMenuComponent({
return <Audit
workId={appId} {...otherProps}/>;
case "BatchAudit": // 批量审批 详情是 iframe
return <Audit
return <BatchAudit
workId={appId} {...otherProps}/>;
case "Detail": // 详情 iframe
return <Detail
......
......@@ -28,7 +28,7 @@ export default function ActiveMenuComponent2({
workId={appId}
{...otherProps} />;
case "BatchAudit": // 批量审批
return <Audit
return <BatchAudit
workId={appId}
{...otherProps} />;
case "Detail": // 详情
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论