mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
fix: multi-select field value changes and option loss when deleting subtable records (#6405)
This commit is contained in:
parent
e7dea7fdfb
commit
5ade85acd4
@ -144,7 +144,7 @@ const useTableColumns = (props: { showDel?: any; isSubTable?: boolean }, paginat
|
|||||||
<RecordIndexProvider index={record.__index || index}>
|
<RecordIndexProvider index={record.__index || index}>
|
||||||
<RecordProvider isNew={isNewRecord(record)} record={record} parent={parentRecordData}>
|
<RecordProvider isNew={isNewRecord(record)} record={record} parent={parentRecordData}>
|
||||||
<ColumnFieldProvider schema={s} basePath={basePath}>
|
<ColumnFieldProvider schema={s} basePath={basePath}>
|
||||||
<span role="button" className={schemaToolbarBigger}>
|
<span role="button" className={schemaToolbarBigger} key={index}>
|
||||||
<RecursionField basePath={basePath} schema={s} onlyRenderProperties />
|
<RecursionField basePath={basePath} schema={s} onlyRenderProperties />
|
||||||
</span>
|
</span>
|
||||||
</ColumnFieldProvider>
|
</ColumnFieldProvider>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user