新增DropdownTable组件
This commit is contained in:
@@ -80,8 +80,8 @@
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
handleRowClick(val, column) {
|
||||
this.$emit('selectedData', { list: val, index: column })
|
||||
handleRowClick(val) {
|
||||
this.$emit('selectedData', val)
|
||||
this.timer = setTimeout(() => {
|
||||
this.popVisible = false
|
||||
}, 200)
|
||||
|
||||
@@ -336,8 +336,8 @@
|
||||
}
|
||||
})
|
||||
},
|
||||
selectedFeeItem(list, index) {
|
||||
console.log(list, index)
|
||||
selectedFeeItem(list) {
|
||||
console.log(list)
|
||||
this.temp.licenseId = list.id
|
||||
this.temp.licenseName = list.name
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user