Compare commits

..

No commits in common. "7034f51118cbd0871756dc8d2932feffb96d9e05" and "7f8c1508c8d353fac7b5e1fe1a23108364635321" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

@ -1374,7 +1374,6 @@ class TableBaseComponent extends ComponentBase {
// //
let tempData = { let tempData = {
id: (record ? record.ID : ''), id: (record ? record.ID : ''),
ORG_ID_HV: (record ? record.ORG_ID : ''),//wyw 集团查看 明细
parentRecord: record, parentRecord: record,
clickKey, clickKey,
close, close,

View File

@ -40,7 +40,6 @@ class SE013ShowPrint extends React.Component {
} }
loadData = () => { loadData = () => {
let json = initFilter(this.props.login.OrgId); let json = initFilter(this.props.login.OrgId);
json.Parameter22=this.props.data.ORG_ID_HV;
extendRule(json, 'ID', 1, this.props.data.id); extendRule(json, 'ID', 1, this.props.data.id);
extendInclude(json, 'Nav_LaunchDepartment'); extendInclude(json, 'Nav_LaunchDepartment');
extendInclude(json, 'Nav_LaunchUser'); extendInclude(json, 'Nav_LaunchUser');