diff --git a/src/components/table/drawer.vue b/src/components/table/drawer.vue index 49349400b903d689cd460dfab24c7af47984413c..8065d366127866e10f91aa6fada4e4688fc2424a 100644 --- a/src/components/table/drawer.vue +++ b/src/components/table/drawer.vue @@ -66,7 +66,7 @@ export default { this.loading = true; await (this.onok && this.onok()); this.loading = false; - this.visiable = false; + this.$emit('change', false); }, }, };