[add] 参数项收集清单
This commit is contained in:
@@ -141,10 +141,11 @@ export default {
|
||||
// this.pageNo = page
|
||||
// this.getTableList()
|
||||
},
|
||||
onSelectChange(value,valueOld) {
|
||||
console.log(value,valueOld)
|
||||
onSelectChange(value,rowValue) {
|
||||
console.log(value,rowValue)
|
||||
this.selectedRowKeys = value
|
||||
// this.$emit('onSelectChange', value)
|
||||
this.$emit('value',value)
|
||||
this.$emit('rowValue', rowValue)
|
||||
},
|
||||
OperationClick(ol, item) {
|
||||
// this.$emit(ol.ClickEvent, item)
|
||||
|
||||
Reference in New Issue
Block a user