diff --git a/src/baseComponents/TableBaseComponent/index.js b/src/baseComponents/TableBaseComponent/index.js index 2116723..f8f003c 100644 --- a/src/baseComponents/TableBaseComponent/index.js +++ b/src/baseComponents/TableBaseComponent/index.js @@ -1374,6 +1374,7 @@ class TableBaseComponent extends ComponentBase { // let tempData = { id: (record ? record.ID : ''), + ORG_ID_HV: (record ? record.ORG_ID : ''),//wyw 集团查看 明细 parentRecord: record, clickKey, close, diff --git a/src/components/CustomPages/SE/SE013ShowPrint.js b/src/components/CustomPages/SE/SE013ShowPrint.js index c8ac1dd..f5c0872 100644 --- a/src/components/CustomPages/SE/SE013ShowPrint.js +++ b/src/components/CustomPages/SE/SE013ShowPrint.js @@ -40,6 +40,7 @@ class SE013ShowPrint extends React.Component { } loadData = () => { let json = initFilter(this.props.login.OrgId); + json.Parameter22=this.props.data.ORG_ID_HV; extendRule(json, 'ID', 1, this.props.data.id); extendInclude(json, 'Nav_LaunchDepartment'); extendInclude(json, 'Nav_LaunchUser');