Compare commits
2 Commits
3472c840ce
...
02e26691c0
Author | SHA1 | Date | |
---|---|---|---|
02e26691c0 | |||
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