update 查询日志列表

This commit is contained in:
Guoqs
2024-07-12 14:13:38 +08:00
parent 978a5c4e70
commit 4c02ae60ce
3 changed files with 10 additions and 2 deletions

View File

@@ -487,10 +487,10 @@ export default {
this.feedListLoading = true;
this.queryParams.pileSn = this.pileSn;
getPileFeedList(this.queryParams).then((response) => {
this.feedListLoading = false;
console.log("查询充电桩通信日志", response);
this.feedList = response.data.list;
this.total = response.data.total;
this.feedListLoading = false;
});
},
},