Commit 3f90261a authored by zhengke's avatar zhengke

修复历史版本 滚动加载

parent f49c4c58
......@@ -25,7 +25,7 @@
<div class="HistoricalVersion-container"
ref="HistoricalVersion"
style="min-height: 200px;max-height: 400px;">
<el-scrollbar @scroll="scrollingHandler">
<el-scrollbar @scroll="scrollingHandler" height="400">
<table class="text-small" style="width: 100%;">
<tr class="text-left">
<th class="text-light" style="min-width: 150px;width: 150px;">时间</th>
......@@ -129,7 +129,7 @@ import CopyFile from "./CopyFile.vue";
const deleteLoading = ref<any>(null);
const queryObj = reactive({
pageIndex: 1,
pageSize: 30,
pageSize: 10,
pageCount: 0, //总页数
FileId: props.details.FileId,
UpdateTime: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment