From 744174e49cf4f892bbb0427c4052eb4a4b720c8b Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Mon, 27 Mar 2023 10:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/NewWeaTableEditDialog.js | 1 - .../components/department/NewPopconfirm.js | 15 ++++++++++----- .../components/resource/IframeItem.js | 4 ++-- .../components/resource/ResourceCard.js | 9 +++++++-- pc4mobx/organization/stores/resource.js | 3 ++- 5 files changed, 21 insertions(+), 11 deletions(-) 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 {