|
|
|
|
@ -59,7 +59,6 @@
|
|
|
|
|
border |
|
|
|
|
style="width: 100%" |
|
|
|
|
v-loading="loading" |
|
|
|
|
height="700" |
|
|
|
|
:cell-style="tableRowStyle" |
|
|
|
|
class="log_table" |
|
|
|
|
> |
|
|
|
|
@ -871,9 +870,11 @@ export default {
|
|
|
|
|
console.log("列表返回", res); |
|
|
|
|
if (res.code == 200 && res.rows) { |
|
|
|
|
this.tableData = res.rows; |
|
|
|
|
this.total = res.total; |
|
|
|
|
this.loading = false; |
|
|
|
|
} else { |
|
|
|
|
this.tableData = []; |
|
|
|
|
this.total = 0; |
|
|
|
|
this.loading = false; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
|