From 622546e5d1f0f615bd17f72b9a820304449ed2b7 Mon Sep 17 00:00:00 2001 From: leave <> Date: Mon, 9 Nov 2020 09:45:50 +0800 Subject: [PATCH] no message --- src/views/kpi/set/authority/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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