Compare commits

..

No commits in common. "6f4cd43b65631244ebf2e2ef88d5bb904146edba" and "06d47108779ab00196457a51c8e7cf44996fbfae" have entirely different histories.

View File

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