This commit is contained in:
何美荣 2025-12-22 15:21:57 +08:00
commit d93bacc904
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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');