Commit 816a3f3f authored by lcl's avatar lcl

Merge branch 'V20230915' of http://192.168.60.201/root/dsk-operate-sys into V20230915

parents c4e35245 d1520321
...@@ -301,8 +301,8 @@ ...@@ -301,8 +301,8 @@
this.isSkeleton = false this.isSkeleton = false
this.tableLoading = false this.tableLoading = false
if(res.code === 200){ if(res.code === 200){
this.tableData = res.rows this.tableData = res.data.list
this.tableDataTotal = res.total this.tableDataTotal = res.data.total
}else { }else {
this.tableData = [] this.tableData = []
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment