Commit a16251a1 by 蒋勇

d

parent 8211cb3c
...@@ -35,6 +35,7 @@ class BizOptCtl extends CtlBase { ...@@ -35,6 +35,7 @@ class BizOptCtl extends CtlBase {
robj.updated_at = this.timeFormat(element.updated_at);//商机当前状态日期 robj.updated_at = this.timeFormat(element.updated_at);//商机当前状态日期
robj.servicerName = element.facilitator_name; robj.servicerName = element.facilitator_name;
robj.facilitator_name = element.facilitator_name;
robj.sourceName = element.source_name;//渠道来源 robj.sourceName = element.source_name;//渠道来源
rarr.push(robj); rarr.push(robj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment