Commit b83bfcc7 authored by danfuman's avatar danfuman

修改

parent 132a36a2
...@@ -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