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

otherProps 修改

上级 a70411e2
......@@ -37,6 +37,7 @@ function SassOnestopComponent(props){
Res = <CheckRecordMerge />;
break;
case 'Apply': // 申请类
const otherProps = {};
if (appId === '1549319936277479424') {
// 29573 当前位置: 违纪管理/违纪上报(辅导员),100086 下面这个模块做个超链接 搞到这儿来
otherProps.otherButtons = [
......@@ -52,7 +53,7 @@ function SassOnestopComponent(props){
},
];
}
Res = <Apply workId={appId} {...props}/>;
Res = <Apply workId={appId} {...props} {...otherProps}/>;
break;
case 'ApplyMerage': // 申请页面聚合 多个流程的申请页面放在一起
Res = <ApplyMerge {...props}/>;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论