Browse Source

KERNEL-16950 fix: ref

research/test
jian 11 months ago
parent
commit
4b443685e9
  1. 2
      packages/fineui/src/core/wrapper/layout/layout.table.js

2
packages/fineui/src/core/wrapper/layout/layout.table.js

@ -59,7 +59,7 @@ export class TableLayout extends Layout {
return {
type: "bi.default",
ref(_ref) {
ref: (_ref) => {
this.layout = _ref;
},
items: this._formatItems(items),

Loading…
Cancel
Save