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