拆分详情按钮

This commit is contained in:
caoyang
2022-03-29 23:19:21 +08:00
parent cd1ee8d70a
commit 303db5f3fc
6 changed files with 287 additions and 67 deletions
@@ -213,9 +213,10 @@
this.pageSize = pageSize
this.getTableList()
},
onSelectChange(value) {
onSelectChange(value,rows) {
// console.log('rowwww',value,rows)
this.selectedRowKeys = value
this.$emit('onSelectChange', value)
this.$emit('onSelectChange', value,rows)
},
OperationClick(ol, item) {
this.$emit(ol.ClickEvent, item)