提交 36097a4a authored 作者: 钟是志's avatar 钟是志

bug修改

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