Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web
This commit is contained in:
commit
d93bacc904
@ -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,
|
||||
|
||||
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user