Update MsTableHeaderSelectPopover.vue

This commit is contained in:
jianxing 2021-04-02 14:43:24 +08:00 committed by BugKing
parent 21fb80adf6
commit f8bff31acb
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
this.isShow = false; this.isShow = false;
this.$nextTick(() => { this.$nextTick(() => {
this.isShow = true; this.isShow = true;
}) });
} }
} }
} }