Compare commits

...

2 Commits

Author SHA1 Message Date
77
02e26691c0 Merge branch 'master' of http://101.43.112.107:3000/root/allLikeMall 2024-09-09 14:34:36 +08:00
77
cb2c8987a5 .data去掉 2024-09-09 14:34:22 +08:00

View File

@ -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;
});