|
|
|
@ -196,7 +196,6 @@ import { dateFormat, abpPagerFormat } from '@/utils/index' |
|
|
|
} |
|
|
|
}) |
|
|
|
export default class extends Mixins(DataListMiXin, HttpProxyMiXin) { |
|
|
|
private filter = '' |
|
|
|
public dataFilter = new GetLanguagesInput() |
|
|
|
|
|
|
|
private showEditDialog = false |
|
|
|
@ -207,7 +206,6 @@ export default class extends Mixins(DataListMiXin, HttpProxyMiXin) { |
|
|
|
} |
|
|
|
|
|
|
|
protected processDataFilter() { |
|
|
|
this.dataFilter.filter = this.filter |
|
|
|
this.dataFilter.skipCount = abpPagerFormat(this.currentPage, this.pageSize) |
|
|
|
} |
|
|
|
|
|
|
|
|