新增DropdownTable组件

This commit is contained in:
aoshiguchen
2022-09-01 23:02:23 +08:00
parent 4bc04f431d
commit 17af6fd253
@@ -74,7 +74,6 @@
methods: {
handleRowClick(val) {
this.$emit('selectedData', val)
this.name = val.name
this.timer = setTimeout(() => {
this.popVisible = false
}, 200)