新增DropdownTable组件
This commit is contained in:
@@ -74,7 +74,6 @@
|
||||
methods: {
|
||||
handleRowClick(val) {
|
||||
this.$emit('selectedData', val)
|
||||
this.name = val.name
|
||||
this.timer = setTimeout(() => {
|
||||
this.popVisible = false
|
||||
}, 200)
|
||||
|
||||
Reference in New Issue
Block a user