| | |
| | | tableData: [], |
| | | boxShow: false, |
| | | pages: { |
| | | current: 1, |
| | | currentPage: 1, |
| | | total: 0, |
| | | pageSize: 22, |
| | | count: 0, |
| | |
| | | methods: { |
| | | // 统计 |
| | | getStatistic(){ |
| | | var that = this; |
| | | var that = this |
| | | getStatistic({ |
| | | disputeType: this.typeValue, |
| | | searchKey: this.searchKey |
| | |
| | | }, |
| | | // 切换登记类型 |
| | | typeChange() { |
| | | this.pages.current = 1 |
| | | this.pages.currentPage = 1 |
| | | this.getList() |
| | | this.getStatistic() |
| | | }, |
| | |
| | | disputeType: this.typeValue, |
| | | searchKey: this.searchKey, |
| | | size: this.pages.pageSize, |
| | | current: this.pages.current |
| | | current: this.pages.currentPage |
| | | } |
| | | |
| | | this.getDisputeRecordList(params) |
| | |
| | | |
| | | // 搜索按钮 |
| | | searchBtn() { |
| | | this.pages.current = 1 |
| | | this.pages.currentPage = 1 |
| | | this.getList() |
| | | this.getStatistic() |
| | | }, |
| | |
| | | // 清空按钮 |
| | | resetBtn() { |
| | | this.searchKey = '' |
| | | this.typeValue = null; |
| | | this.handleResult = null; |
| | | this.pages.current = 1 |
| | | this.typeValue = null |
| | | this.handleResult = null |
| | | this.pages.currentPage = 1 |
| | | this.getList() |
| | | this.getStatistic() |
| | | this.$EventBus.$emit('mapClearLayer', { |
| | |
| | | |
| | | // 分页处理 |
| | | handleCurrentChange(currentPage) { |
| | | this.pages.current = currentPage |
| | | this.pages.currentPage = currentPage |
| | | this.getList() |
| | | this.getStatistic() |
| | | }, |