c6d58170 by 杨威

报错修改

1 parent 612fa74c
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
370 close: function () { 370 close: function () {
371 this.$emit('close') 371 this.$emit('close')
372 this.isVisible = false 372 this.isVisible = false
373 this.result() 373 this.reset()
374 }, 374 },
375 reset: function () { 375 reset: function () {
376 this.form={ 376 this.form={
......