Commit 12a324a3 authored by jiaorz's avatar jiaorz

123

parent 4c67e3b8
...@@ -211,6 +211,7 @@ export default { ...@@ -211,6 +211,7 @@ export default {
type: 'success', type: 'success',
duration: 2000 duration: 2000
}) })
this.isVisible = false
}) })
} else { //当金额大于0先添加记录,再退款 } else { //当金额大于0先添加记录,再退款
...@@ -234,6 +235,7 @@ export default { ...@@ -234,6 +235,7 @@ export default {
duration: 2000 duration: 2000
}) })
}) })
this.isVisible = false
} else { } else {
this.$notify({ this.$notify({
title: '创建失败', title: '创建失败',
......
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