diff --git a/src/components/CustomPages/SK/SK035CheckLibrary.js b/src/components/CustomPages/SK/SK035CheckLibrary.js index 6c7ff85..27c9581 100644 --- a/src/components/CustomPages/SK/SK035CheckLibrary.js +++ b/src/components/CustomPages/SK/SK035CheckLibrary.js @@ -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',