采集文件配置

newCac1.0
fanluyan 7 months ago
parent 24ec23099e
commit f8cbef9625

@ -136,7 +136,7 @@ export default {
.then((res) => { .then((res) => {
console.log(res); console.log(res);
this.recordData = res.data.content; this.recordData = res.data.content;
this.total = res.data.totalPages; this.total = res.data.totalElements;
}) })
.catch((err) => { .catch((err) => {
console.log(err); // console.log(err); //

@ -33,7 +33,7 @@
<span>{{ scope.row.id }}</span> <span>{{ scope.row.id }}</span>
</template> </template>
</el-table-column> --> </el-table-column> -->
<el-table-column label="路径" prop="remotePath"> <el-table-column label="路径" prop="remotePath">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.remotePath }}</span> <span>{{ scope.row.remotePath }}</span>
</template> </template>
@ -135,7 +135,7 @@ export default {
.then((res) => { .then((res) => {
console.log(res); console.log(res);
this.recordData = res.data.content; this.recordData = res.data.content;
this.total = res.data.totalPages; this.total = res.data.totalElements;
}) })
.catch((err) => { .catch((err) => {
console.log(err); // console.log(err); //

Loading…
Cancel
Save