Commit 3f90261a authored by zhengke's avatar zhengke

修复历史版本 滚动加载

parent f49c4c58
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="HistoricalVersion-container" <div class="HistoricalVersion-container"
ref="HistoricalVersion" ref="HistoricalVersion"
style="min-height: 200px;max-height: 400px;"> style="min-height: 200px;max-height: 400px;">
<el-scrollbar @scroll="scrollingHandler"> <el-scrollbar @scroll="scrollingHandler" height="400">
<table class="text-small" style="width: 100%;"> <table class="text-small" style="width: 100%;">
<tr class="text-left"> <tr class="text-left">
<th class="text-light" style="min-width: 150px;width: 150px;">时间</th> <th class="text-light" style="min-width: 150px;width: 150px;">时间</th>
...@@ -129,7 +129,7 @@ import CopyFile from "./CopyFile.vue"; ...@@ -129,7 +129,7 @@ import CopyFile from "./CopyFile.vue";
const deleteLoading = ref<any>(null); const deleteLoading = ref<any>(null);
const queryObj = reactive({ const queryObj = reactive({
pageIndex: 1, pageIndex: 1,
pageSize: 30, pageSize: 10,
pageCount: 0, //总页数 pageCount: 0, //总页数
FileId: props.details.FileId, FileId: props.details.FileId,
UpdateTime: '' 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