Compare commits
2 Commits
54dcf5073e
...
05736161fb
Author | SHA1 | Date |
---|---|---|
hucongqian | 05736161fb | |
hucongqian | 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,9 +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 || [];
|
||||||
console.log('this.data------------>', this.data);
|
|
||||||
|
|
||||||
},
|
},
|
||||||
err => {
|
err => {
|
||||||
console.log("err", err);
|
console.log("err", err);
|
||||||
|
|
Loading…
Reference in New Issue