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