提交 19e28f73 authored 作者: 钟是志's avatar 钟是志

优化组件申请组件

上级 7eb6cd0c
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* */ * */
import { message, Modal, notification, Popconfirm } from 'antd'; import { message, Modal, notification, Popconfirm } from 'antd';
import React, { Fragment } from 'react'; import React from 'react';
import * as service from '../publicApiService'; import * as service from '../publicApiService';
import * as destructionFunc from '../destruction'; import * as destructionFunc from '../destruction';
import { Link } from 'dva/router'; import { Link } from 'dva/router';
...@@ -125,16 +125,7 @@ class AffairPage extends React.Component { ...@@ -125,16 +125,7 @@ class AffairPage extends React.Component {
return []; return [];
} }
const isCloseStart = allConfigSetInfo?.isCloseStart; const isCloseStart = allConfigSetInfo?.isCloseStart;
// if(isCloseStart){
// setTimeout(()=>{
// this.setState({
// allConfigSetInfo: {
// ...allConfigSetInfo,
// isCloseStart: false,
// },
// });
// }, 3000);
// }
if (canApply === false || isCloseStart) { if (canApply === false || isCloseStart) {
return [...otherButtons]; return [...otherButtons];
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论