Browse Source

工作统计页数问题

preview
jiangyy 4 years ago
parent
commit
baaa23bd38
  1. 2
      epmet-oper-web/src/views/modules/workPc/gridmemberStatic/patrolList.vue
  2. 2
      epmet-oper-web/src/views/modules/workPc/gridmemberStatic/projectList.vue
  3. 2
      epmet-oper-web/src/views/modules/workPc/gridmemberStatic/workList.vue

2
epmet-oper-web/src/views/modules/workPc/gridmemberStatic/patrolList.vue

@ -134,6 +134,8 @@ export default {
Object.assign(this.tableParams, params)
//
this.tableParams.staffId = row.staffId
this.tableParams.pageSize = 20
this.tableParams.pageNo = 1
this.staticType = staticType
this.startTimeShow = startTimeShow

2
epmet-oper-web/src/views/modules/workPc/gridmemberStatic/projectList.vue

@ -173,6 +173,8 @@ export default {
Object.assign(this.tableParams, params)
//
this.tableParams.staffId = row.staffId
this.tableParams.pageSize = 20
this.tableParams.pageNo = 1
this.staticType = staticType
this.startTimeShow = startTimeShow

2
epmet-oper-web/src/views/modules/workPc/gridmemberStatic/workList.vue

@ -179,6 +179,8 @@ export default {
Object.assign(this.tableParams, params)
//
this.tableParams.staffId = row.staffId
this.tableParams.pageSize = 20
this.tableParams.pageNo = 1
this.staticType = staticType
this.startTimeShow = startTimeShow

Loading…
Cancel
Save