fix: 去掉console.log等
This commit is contained in:
@@ -41,7 +41,6 @@ export default {
|
||||
this.$emit('pageJump', val)
|
||||
},
|
||||
resetPageNo () {
|
||||
console.info(11)
|
||||
this.pageNo = 1
|
||||
}
|
||||
},
|
||||
|
||||
@@ -87,8 +87,6 @@ export default {
|
||||
} else {
|
||||
this.currentDataBottom = this.$_.cloneDeep(data)
|
||||
}
|
||||
console.info(this.currentDataTop)
|
||||
console.info(this.currentDataBottom)
|
||||
this.$emit('select', data, node, index, column)
|
||||
},
|
||||
showMore (filterData) {
|
||||
|
||||
Reference in New Issue
Block a user