no message
This commit is contained in:
parent
cd83c20df4
commit
622546e5d1
@ -729,9 +729,9 @@ export default {
|
|||||||
if (res.code !== 200) {
|
if (res.code !== 200) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.rqInfoParameter.currPage = res.currPage
|
this.rqInfoParameter.currPage = res.data.childPm.currPage
|
||||||
this.rqInfoParameter.totalCount = res.totalCount
|
this.rqInfoParameter.totalCount = res.data.childPm.totalCount
|
||||||
this.rqInfoParameter.totalPage = res.totalPage
|
this.rqInfoParameter.totalPage = res.data.childPm.totalPage
|
||||||
this.mainData.masterFirst = res.data.masterPM.length > 0 ? res.data.masterPM[0] : {}
|
this.mainData.masterFirst = res.data.masterPM.length > 0 ? res.data.masterPM[0] : {}
|
||||||
this.mainData.childPm = res.data.childPm
|
this.mainData.childPm = res.data.childPm
|
||||||
this.mainData.boss = res.data.boss
|
this.mainData.boss = res.data.boss
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user