From c7b757d7589ef5b829f25d70bd6694f89c626bb1 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Tue, 26 May 2026 09:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=86=E6=9E=B6=E5=BA=95=E5=B1=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=9A=E5=88=97=E8=A1=A8=E5=BC=B9=E7=AA=97=E5=88=97?= =?UTF-8?q?=E8=A1=A8=20=E6=B7=BB=E5=8A=A0ORGID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/baseComponents/TableBaseComponent/index.js | 3 +++ src/components/Table/TableModal.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/baseComponents/TableBaseComponent/index.js b/src/baseComponents/TableBaseComponent/index.js index 0cdc613..bf0b1e1 100644 --- a/src/baseComponents/TableBaseComponent/index.js +++ b/src/baseComponents/TableBaseComponent/index.js @@ -164,6 +164,9 @@ class TableBaseComponent extends ComponentBase { extendParam['Start'] = 0; extendParam['IsAllLoad'] = !!customParams.IsAllLoad; const tempParamJson = this.getLoadParam({ tableCode }); + if (this.props.data && this.props.data.ORG_ID_HV && this.props.data.ORG_ID_HV.length > 0) { + tempParamJson.Parameter22 = this.props.data.ORG_ID_HV + } if (param && extendParam) { this.setSearchParam({ tableCode, diff --git a/src/components/Table/TableModal.js b/src/components/Table/TableModal.js index bb86862..e2fb511 100644 --- a/src/components/Table/TableModal.js +++ b/src/components/Table/TableModal.js @@ -90,6 +90,9 @@ class TableModal extends React.Component { customJson[this.props.customParams] = this.props.id; //console.log(params); //const isEdit=tmpData.data?!tmpData.data.isBatchEdit:true; + if (this.props.data && this.props.data.ORG_ID) { + params.ORG_ID_HV = this.props.data.ORG_ID + } return (