用户来源问题修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
f4af0fc157
commit
be95951f40
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue