新增DropdownTable组件

This commit is contained in:
aoshiguchen
2022-09-01 22:49:46 +08:00
parent 8cc13fbcc5
commit de6d70cbb3
2 changed files with 4 additions and 4 deletions
@@ -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
},