Compare commits
No commits in common. "05736161fb496387e00ba7932beb30353b3ec542" and "54dcf5073e6fa90c3d92a591c540bfd2fe94d394" have entirely different histories.
05736161fb
...
54dcf5073e
|
@ -45,14 +45,14 @@ export default {
|
|||
},
|
||||
{
|
||||
title: "当前申请数",
|
||||
key: "applyCount",
|
||||
dataIndex: "applyCount",
|
||||
key: "activityName",
|
||||
dataIndex: "activityName",
|
||||
width: 115
|
||||
},
|
||||
{
|
||||
title: "调用数量",
|
||||
key: "visit",
|
||||
dataIndex: "visit",
|
||||
key: "activityName",
|
||||
dataIndex: "activityName",
|
||||
width: 90
|
||||
}
|
||||
],
|
||||
|
@ -78,7 +78,9 @@ export default {
|
|||
if (res.data.code !== 0) {
|
||||
return;
|
||||
}
|
||||
this.data = res.data.data.list || [];
|
||||
this.data = res.data.data.records || [];
|
||||
console.log('this.data------------>', this.data);
|
||||
|
||||
},
|
||||
err => {
|
||||
console.log("err", err);
|
||||
|
|
Loading…
Reference in New Issue