This commit is contained in:
熊成强 2020-11-09 10:12:23 +08:00
commit f2bbc59f8e

View File

@ -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