Commit f9a1d288 by zhaochengxiang

增加复核提示

parent df862a03
......@@ -2,7 +2,7 @@ import React from 'react'
import { Modal, Button, Spin, Form, Radio } from 'antd'
import { dispatch } from '../../../model'
import { checkMenuAdmit } from '../../../util'
import { checkMenuAdmit, showMessage } from '../../../util'
import { AnchorDirId, AnchorId } from '../../../util/constant'
import ResourceRelateAssetDetail from './resource-relate-asset-detal'
......@@ -31,6 +31,7 @@ const FC = (props) => {
},
callback: () => {
setWaiting(false)
showMessage('success', '复核成功')
onCancel(true)
},
error: () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment