更新页面

This commit is contained in:
2025-05-19 17:22:53 +08:00
parent 6555a6d277
commit a5eb5d1d90
3 changed files with 184 additions and 9 deletions

View File

@ -104,7 +104,6 @@
</template>
<script setup>
import elTableInfiniteScroll from 'el-table-infinite-scroll';
import {
nextTick,
onMounted,
@ -159,6 +158,10 @@ const props = defineProps({
fixed: {
type: String,
default: "right"
},
tabelModel:{
type: String,
default: "table"
}
});
// 可选的时候选择的数据
@ -315,7 +318,7 @@ const createScroll = () => {
// 触底加载
const loadTable = () => {
emit("changePage");
emit("changePage",props.tabelModel);
};
onUnmounted(() => {