|
|
|
@ -189,8 +189,8 @@ export default { |
|
|
|
// tab切换 |
|
|
|
// tab切换 |
|
|
|
tabPositionChange() { |
|
|
|
tabPositionChange() { |
|
|
|
this.option.column = wordReporting[this.tabPosition]; |
|
|
|
this.option.column = wordReporting[this.tabPosition]; |
|
|
|
this.onLoad(); |
|
|
|
this.onLoad(this.page, this.query); |
|
|
|
this.page.total = this.data.length; |
|
|
|
// this.page.total = this.data.length; |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 报工人详情 |
|
|
|
// 报工人详情 |
|
|
|
handleDetail(row) { |
|
|
|
handleDetail(row) { |
|
|
|
@ -223,6 +223,9 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
selectionChange(){ |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
currentChange(currentPage) { |
|
|
|
currentChange(currentPage) { |
|
|
|
this.page.currentPage = currentPage; |
|
|
|
this.page.currentPage = currentPage; |
|
|
|
|