fix gen table
This commit is contained in:
parent
f0cbf25548
commit
1bdfab9c1b
|
|
@ -110,6 +110,8 @@ render(React.createElement("div", Object.assign({}, props, { className: cx(props
|
||||||
})
|
})
|
||||||
.filter((e) => e) as any,
|
.filter((e) => e) as any,
|
||||||
});
|
});
|
||||||
|
result["gen__table"] = { mode: "string", value: table };
|
||||||
|
|
||||||
if (commit) {
|
if (commit) {
|
||||||
Object.keys(result).map((e) => {
|
Object.keys(result).map((e) => {
|
||||||
item.edit.setProp(e, result[e]);
|
item.edit.setProp(e, result[e]);
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ idx: any;
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|
||||||
tab_master?.edit.setChilds([
|
tab_master?.edit.setChilds([
|
||||||
{
|
{
|
||||||
type: "item",
|
type: "item",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue