Browse Source

完善用户结构物

master
dengyinhuan 2 years ago
parent
commit
bbd1a60e57
  1. 2
      web/client/src/sections/organization/containers/user.js

2
web/client/src/sections/organization/containers/user.js

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

Loading…
Cancel
Save