Update table.vue

This commit is contained in:
梁灏 2020-07-01 11:52:44 +08:00
parent 04a34552ff
commit 6a2cf0fe77

View file

@ -1378,7 +1378,7 @@
dragAndDrop(a,b) {
this.$emit('on-drag-drop', a,b);
},
handleClickContextMenuOutside (event) {
handleClickContextMenuOutside () {
this.contextMenuVisible = false;
}
},