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

30108 就业求职创业补贴审核模块新增一个批量审核,注:批量审核不修改原来的表单内容,具体如何改问一下欢哥和姚鑫国

上级 11b6b5c3
...@@ -9,5 +9,10 @@ import AuditPage from './index'; ...@@ -9,5 +9,10 @@ import AuditPage from './index';
import { getIsBei_Dian } from '@/webPublic/zyd_public/utils/getSchoolType'; import { getIsBei_Dian } from '@/webPublic/zyd_public/utils/getSchoolType';
export default function BatchAudit(props) { export default function BatchAudit(props) {
return <AuditPage {...props} hasBatchAudit={!getIsBei_Dian() && true} />; let noNeedForm = false;
if (props.workId === '1492048888356405248') {
noNeedForm = true;
}
return <AuditPage {...props} hasBatchAudit={!getIsBei_Dian() && true} noNeedForm={true} />;
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论