mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 08:22:41 +08:00
【代码修复】 IoT :修正注册时 elTableRef 的引用方式
This commit is contained in:
parent
3685e438fa
commit
3c52808bfb
@ -56,7 +56,7 @@ export default defineComponent({
|
|||||||
// 注册
|
// 注册
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
const tableRef = unref(elTableRef)
|
const tableRef = unref(elTableRef)
|
||||||
emit('register', tableRef?.$parent, elTableRef)
|
emit('register', tableRef?.$parent, elTableRef.value)
|
||||||
})
|
})
|
||||||
|
|
||||||
const pageSizeRef = ref(props.pageSize)
|
const pageSizeRef = ref(props.pageSize)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user