.data去掉
This commit is contained in:
parent
d100f33096
commit
cb2c8987a5
@ -167,7 +167,8 @@
|
|||||||
getIntelligentList() {
|
getIntelligentList() {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
FollowUpRecordApi.selectDynamicData().then(response => {
|
FollowUpRecordApi.selectDynamicData().then(response => {
|
||||||
this.cardList = response.data;
|
this.cardList = response;
|
||||||
|
console.log(response,'response.data')
|
||||||
// this.total = response.total;
|
// this.total = response.total;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user