|
|
@ -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); //代码错误、请求失败捕获
|
|
|
|