部门推荐返参字段调整

This commit is contained in:
hucongqian 2022-06-30 13:38:13 +08:00
parent f0bd3218a9
commit 71372ec21e
1 changed files with 5 additions and 5 deletions

View File

@ -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);