@@ -71,7 +71,9 @@
})
},
handleSub() {},
- handleClose() {},
+ handleClose() {
+ this.visible = false
+ },
}
</script>