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

bug修改

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