[update]
This commit is contained in:
@@ -477,6 +477,9 @@
|
||||
this.dataSource = res.result
|
||||
this.total = res.result.total
|
||||
this.selectedRowKeys = []
|
||||
this.selectedRowrowValue = []
|
||||
this.$emit('value', this.selectedRowKeys)
|
||||
this.$emit('rowValue', this.selectedRowrowValue)
|
||||
this.loading = false
|
||||
} else {
|
||||
this.loading = false
|
||||
@@ -486,10 +489,12 @@
|
||||
onChange(page, pageSize) {
|
||||
},
|
||||
onSelectChange(value, rowValue) {
|
||||
this.selectedRowKeys = []
|
||||
this.selectedRowrowValue = []
|
||||
this.selectedRowKeys = value
|
||||
this.selectedRowrowValue = rowValue
|
||||
this.$emit('value', value)
|
||||
this.$emit('rowValue', rowValue)
|
||||
this.$emit('value', this.selectedRowKeys)
|
||||
this.$emit('rowValue', this.selectedRowrowValue)
|
||||
},
|
||||
OperationClick(ol, item) {
|
||||
// this.$emit(ol.ClickEvent, item)
|
||||
|
||||
Reference in New Issue
Block a user