diff --git a/pc4mobx/organization/components/NewWeaTableEditDialog.js b/pc4mobx/organization/components/NewWeaTableEditDialog.js index 730ffec..0cbdb50 100644 --- a/pc4mobx/organization/components/NewWeaTableEditDialog.js +++ b/pc4mobx/organization/components/NewWeaTableEditDialog.js @@ -43,7 +43,6 @@ export default class NewWeaTableEditDialog extends React.Component { > { c.items.map((field, index) => { @@ -88,12 +92,13 @@ export default class NewPopconfirm extends React.Component { onCancel, loading, height, - width + width, + form } = this.props - + const a = form.getFormParams(); const buttons = [ - (), - () + (), + () ]; return ( diff --git a/pc4mobx/organization/components/resource/IframeItem.js b/pc4mobx/organization/components/resource/IframeItem.js index b8e65ee..ad9c8c4 100644 --- a/pc4mobx/organization/components/resource/IframeItem.js +++ b/pc4mobx/organization/components/resource/IframeItem.js @@ -23,7 +23,7 @@ export default class IframeItem extends React.Component { render() { const { - iframeInfo + iframeInfo,userid } = this.props, { } = this.state; @@ -36,7 +36,7 @@ export default class IframeItem extends React.Component {