mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 查询日志列表
This commit is contained in:
@@ -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;
|
||||
});
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user