pull/260/merge
feiyuggg 2020-10-19 13:54:15 +08:00 committed by GitHub
commit d698de5871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<el-button type="primary" icon="el-icon-search" @click="handleSearch"></el-button> <el-button type="primary" icon="el-icon-search" @click="handleSearch"></el-button>
</div> </div>
<el-table <el-table
:data="tableData" :data="tableData.slice((query.pageIndex-1)*query.pageSize,query.pageIndex*query.pageSize)"
border border
class="table" class="table"
ref="multipleTable" ref="multipleTable"