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