|
@@ -373,7 +373,7 @@ export default {
|
|
paging.pageSize = value
|
|
paging.pageSize = value
|
|
this.paging = _.cloneDeep(paging)
|
|
this.paging = _.cloneDeep(paging)
|
|
window.localStorage.setItem('pageSize', value)
|
|
window.localStorage.setItem('pageSize', value)
|
|
- if (this.headerTitle === '效率') {
|
|
|
|
|
|
+ if (this.headerTitle === '效率' && this.title !== '需求人力') {
|
|
this.tableListPagination()
|
|
this.tableListPagination()
|
|
} else {
|
|
} else {
|
|
this.setTableList()
|
|
this.setTableList()
|