Commit b83bfcc7 authored by danfuman's avatar danfuman

修改

parent 132a36a2
......@@ -301,8 +301,8 @@
this.isSkeleton = false
this.tableLoading = false
if(res.code === 200){
this.tableData = res.rows
this.tableDataTotal = res.total
this.tableData = res.data.list
this.tableDataTotal = res.data.total
}else {
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