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

18083 宿舍违纪上报申请,加新功能统计查寝数据

上级 03e4a344
......@@ -85,9 +85,11 @@ export default class AffairPage extends React.Component {
};
handleButtonSet = () => {
const { canApply } = this.props;
const { canApply, otherButtons = [] } = this.props;
if(canApply === false){
return [];
return [
...otherButtons,
];
}
return [
{
......@@ -101,6 +103,7 @@ export default class AffairPage extends React.Component {
});
},
},
...otherButtons,
];
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论