This commit is contained in:
何美荣 2026-06-12 09:24:56 +08:00
parent 0aca6273b1
commit 4eecb6616b

View File

@ -151,7 +151,7 @@ class SK035CheckLibrary extends React.Component {
loadData = (dataId) => {
let that = this;
let jsonTemp = initFilter(that.props.login.OrgId);
json.Parameter22 = this.props.data.ORG_ID_HV;
jsonTemp.Parameter22 = this.props.data.ORG_ID_HV;
extendRule(jsonTemp, 'ID', 1, dataId);
that.props.dispatch({
type: 'app/getDataByPost',