no message

This commit is contained in:
leave 2020-11-09 09:45:50 +08:00
parent cd83c20df4
commit 622546e5d1

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