- Bot Telegram ...

This commit is contained in:
Paolo Arena
2020-01-03 22:03:59 +01:00
parent 7b64358016
commit 9b9dcbfde1
10 changed files with 84 additions and 48 deletions

View File

@@ -206,7 +206,7 @@ export default class CGridTableRec extends Vue {
const startRow = (page - 1) * rowsPerPage
const endRow = startRow + fetchCount
console.log('startRow', startRow)
// console.log('startRow', startRow)
this.serverData = []
@@ -382,7 +382,7 @@ export default class CGridTableRec extends Vue {
public refresh() {
this.serverData = []
console.log('refresh')
// console.log('refresh')
// console.log('this.search', this.search)
if (!!this.search && this.search !== '')
this.myfilter = this.search