@@ -299,11 +299,10 @@ export default {
|
|||||||
let res = await getUserJoinedTrialList(this.searchData)
|
let res = await getUserJoinedTrialList(this.searchData)
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
res.OtherInfo = res.OtherInfo
|
res.OtherInfo = res.OtherInfo ? res.OtherInfo : {}
|
||||||
? res.OtherInfo
|
Object.keys(this.otherInfo).forEach((key) => {
|
||||||
: Object.keys(this.otherInfo).forEach((key) => {
|
this.otherInfo[key] = res.OtherInfo[key]
|
||||||
this.otherInfo[key] = res.OtherInfo[key]
|
})
|
||||||
})
|
|
||||||
this.list = res.Result.CurrentPageData
|
this.list = res.Result.CurrentPageData
|
||||||
this.total = res.Result.TotalCount
|
this.total = res.Result.TotalCount
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user