Compare commits

..

No commits in common. "02e26691c06f81a5a3bfd4fbcb12adf760534657" and "3472c840ced5abbdff8c978b77b41138fabd244f" have entirely different histories.

View File

@ -167,8 +167,7 @@
getIntelligentList() {
this.loading = true;
FollowUpRecordApi.selectDynamicData().then(response => {
this.cardList = response;
console.log(response,'response.data')
this.cardList = response.data;
// this.total = response.total;
this.loading = false;
});