@@ -24,7 +24,7 @@
<a-modal
v-model="isShow"
- @cancle="cansel"
+ @cancel="cansel"
:footer="null"
width="80%"
:centered="true"
@@ -628,6 +628,7 @@ export default {
},
// 取消
cansel () {
+ alert(0)
this.isShow = false
this.participantsNum = 0
this.state = 0