Commit e6db1cf4 authored by xiedong's avatar xiedong

修改了个返回的参数

parent 03f08059
...@@ -545,7 +545,7 @@ ...@@ -545,7 +545,7 @@
label="时间" label="时间"
width="180"> width="180">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.create_time }}</span> <span>{{ scope.row.update_time }}</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -955,6 +955,7 @@ ...@@ -955,6 +955,7 @@
params = Object.assign({}, baseParams, params); params = Object.assign({}, baseParams, params);
axios.post(ApiConfig.Transaction, params).then(res => { axios.post(ApiConfig.Transaction, params).then(res => {
if (res.data.code === 200) { if (res.data.code === 200) {
console.log(res.data)
this.transactionLoading = false; this.transactionLoading = false;
let result = res.data.data; let result = res.data.data;
this.total = result.count; this.total = result.count;
......
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