漏处理
This commit is contained in:
parent
910767398c
commit
0a9912fe8c
@ -59,6 +59,7 @@ class SK006ShowPrint extends React.Component {
|
|||||||
}
|
}
|
||||||
loadData = (dataId, taskID) => {
|
loadData = (dataId, taskID) => {
|
||||||
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, dataId);
|
extendRule(json, 'ID', 1, dataId);
|
||||||
extendRule(json, 'TASK_ID', 1, taskID);
|
extendRule(json, 'TASK_ID', 1, taskID);
|
||||||
extendIgnoreDataRule(json)
|
extendIgnoreDataRule(json)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user