Commit b5760314 authored by jiaorz's avatar jiaorz

123

parent 12a324a3
...@@ -211,6 +211,7 @@ export default { ...@@ -211,6 +211,7 @@ export default {
type: 'success', type: 'success',
duration: 2000 duration: 2000
}) })
this.$emit('illegalEvent', false)
this.isVisible = false this.isVisible = false
}) })
} else { //当金额大于0先添加记录,再退款 } else { //当金额大于0先添加记录,再退款
...@@ -235,6 +236,7 @@ export default { ...@@ -235,6 +236,7 @@ export default {
duration: 2000 duration: 2000
}) })
}) })
this.$emit('illegalEvent', false)
this.isVisible = false this.isVisible = false
} else { } else {
this.$notify({ this.$notify({
......
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