mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 08:06:44 +08:00
个人业绩查询佣金与合格人力展示错误问题--取值问题
This commit is contained in:
@@ -293,6 +293,8 @@ export default {
|
||||
// isShow: true,
|
||||
// obj: {},
|
||||
// agentCode: '',
|
||||
fyc: '',
|
||||
hgrl: '',
|
||||
cbbb: '',
|
||||
cbjs: '',
|
||||
ysjs: '',
|
||||
@@ -641,7 +643,9 @@ export default {
|
||||
;(this.cbbb = res.content.list[0].cbbb),
|
||||
(this.cbjs = res.content.list[0].cbjs),
|
||||
(this.ysjs = res.content.list[0].ysjs),
|
||||
(this.ysbb = res.content.list[0].ysbb)
|
||||
(this.ysbb = res.content.list[0].ysbb),
|
||||
(this.fyc = res.content.list[0].fyc),
|
||||
(this.hgrl = res.content.list[0].hgrl)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user