fix(BasicTable): ref table (#3327)
This commit is contained in:
parent
7191ebc122
commit
c8744a057e
|
|
@ -320,7 +320,7 @@
|
||||||
|
|
||||||
emit('register', tableAction, formActions);
|
emit('register', tableAction, formActions);
|
||||||
|
|
||||||
defineExpose({ ...tableAction });
|
defineExpose({ tableElRef, ...tableAction });
|
||||||
</script>
|
</script>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
@border-color: #cecece4d;
|
@border-color: #cecece4d;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue