修改 加框组件提示错误
This commit is contained in:
parent
146e953fdb
commit
ef883e58a7
|
@ -24,7 +24,7 @@ export default ({ data, onChangeMoney }) => {
|
|||
handelResponse(
|
||||
res,
|
||||
(req, msg) => {
|
||||
Notify.error('加款成功')
|
||||
Notify.success('加款成功')
|
||||
setTimeout(() => {
|
||||
onChangeMoney(false, Number(stateData.addNew))
|
||||
}, 1000)
|
||||
|
|
Loading…
Reference in New Issue