update table 索引“

This commit is contained in:
2022-09-28 10:39:06 +08:00
parent 747247aed6
commit d493b34a5f
28 changed files with 43 additions and 30 deletions

View File

@@ -10,7 +10,7 @@
</el-form-item>
</el-form>
<base-table :data="dataList" :table-head-configs="tableConfigs" :max-height="calcMaxHeight(8)" />
<base-table :page="pageIndex" :size="pageSize" :data="dataList" :table-head-configs="tableConfigs" :max-height="calcMaxHeight(8)" />
<el-pagination
@size-change="sizeChangeHandle"
@current-change="currentChangeHandle"