diff --git a/src/views/kpi/set/authority/index.vue b/src/views/kpi/set/authority/index.vue index 4ea14ca..5cc64fc 100644 --- a/src/views/kpi/set/authority/index.vue +++ b/src/views/kpi/set/authority/index.vue @@ -729,9 +729,9 @@ export default { if (res.code !== 200) { return } - this.rqInfoParameter.currPage = res.currPage - this.rqInfoParameter.totalCount = res.totalCount - this.rqInfoParameter.totalPage = res.totalPage + this.rqInfoParameter.currPage = res.data.childPm.currPage + this.rqInfoParameter.totalCount = res.data.childPm.totalCount + this.rqInfoParameter.totalPage = res.data.childPm.totalPage this.mainData.masterFirst = res.data.masterPM.length > 0 ? res.data.masterPM[0] : {} this.mainData.childPm = res.data.childPm this.mainData.boss = res.data.boss