部门推荐返参字段调整
This commit is contained in:
parent
f0bd3218a9
commit
71372ec21e
|
@ -45,14 +45,14 @@ export default {
|
|||
},
|
||||
{
|
||||
title: "当前申请数",
|
||||
key: "activityName",
|
||||
dataIndex: "activityName",
|
||||
key: "applyCount",
|
||||
dataIndex: "applyCount",
|
||||
width: 115
|
||||
},
|
||||
{
|
||||
title: "调用数量",
|
||||
key: "activityName",
|
||||
dataIndex: "activityName",
|
||||
key: "visit",
|
||||
dataIndex: "visit",
|
||||
width: 90
|
||||
}
|
||||
],
|
||||
|
@ -78,7 +78,7 @@ export default {
|
|||
if (res.data.code !== 0) {
|
||||
return;
|
||||
}
|
||||
this.data = res.data.data.records || [];
|
||||
this.data = res.data.data.list || [];
|
||||
},
|
||||
err => {
|
||||
console.log("err", err);
|
||||
|
|
Loading…
Reference in New Issue