单一暂存
This commit is contained in:
@ -48,6 +48,7 @@ import RiskPrevention from "@/utils/RiskPrevention"
|
||||
import Dating from '@/images/招标公告/dating.jpg';
|
||||
import './style.less';
|
||||
import TextArea from "antd/lib/input/TextArea"
|
||||
import RiskPreventionSoft from "@/utils/RiskPreventionSoft"
|
||||
|
||||
interface BiddingInvitation {
|
||||
type: string;
|
||||
@ -946,13 +947,14 @@ const BiddingInvitation: React.FC<BiddingInvitation> = (props) => {
|
||||
</TabPane>
|
||||
</Tabs>
|
||||
{/**风控组件 */}
|
||||
{riskVisible && <RiskPrevention
|
||||
{riskVisible && <RiskPreventionSoft
|
||||
modalVisible={riskVisible}
|
||||
onCancel={() => {
|
||||
setRiskVisible(false)
|
||||
setRiskData([])
|
||||
}}
|
||||
data={riskData}
|
||||
onSubmit={() => submit()}
|
||||
/>}
|
||||
|
||||
</Spin>
|
||||
|
Reference in New Issue
Block a user