更新页面
This commit is contained in:
@ -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(() => {
|
||||
|
Reference in New Issue
Block a user