漏处理

This commit is contained in:
何美荣 2025-12-22 17:34:00 +08:00
parent 910767398c
commit 0a9912fe8c

View File

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