.data去掉

This commit is contained in:
77 2024-09-09 14:34:22 +08:00
parent d100f33096
commit cb2c8987a5

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