Commit f1acd6cc by shangriqiang

style: 杨优异改了字段名

1 parent 6c03025a
Showing with 4 additions and 4 deletions
......@@ -162,7 +162,7 @@ export default {
cdInfo: [], // 传递信息
feedBackUrl: '', //反馈记录
forwardUrl: '', //转发记录
visitTatgetType: '',
visitTargetType: '',
search: {
party: '' //party=1 工业 party=2乙方
},
......@@ -175,10 +175,10 @@ export default {
this.feedBackUrl = data.feedBackUrl;
this.forwardUrl = data.forwardUrl;
this.visitPlanInformation = data.visitPlanInformation;
this.visitTatgetType = data.visitTatgetType;
this.ctxInfo = createCtxInfo(this.visitTatgetType, data);
this.visitTargetType = data.visitTargetType;
this.ctxInfo = createCtxInfo(this.visitTargetType, data);
const labels = this.ctxInfo.map(i => i.label.length);
// const labels = this.ctxInfo.map(i => i.label.length);
// this.maxLabelWidth = Math.max.apply(null, labels) * 17 + 'px';
});
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!