|
@ -315,7 +315,7 @@ console.log(tableList,'tableList') |
|
|
onVisibleChange={setModalVisible} |
|
|
onVisibleChange={setModalVisible} |
|
|
modalType={modalType} |
|
|
modalType={modalType} |
|
|
onConfirm={onConfirm} |
|
|
onConfirm={onConfirm} |
|
|
editData={{...modalRecord,structure:modalRecord.structure||[]}} |
|
|
editData={{...modalRecord,structure:modalRecord?.structure||[]}} |
|
|
tableList={tableList} |
|
|
tableList={tableList} |
|
|
/> |
|
|
/> |
|
|
: '' |
|
|
: '' |
|
|