Compare commits

...

2 Commits

Author SHA1 Message Date
何美荣
6f4cd43b65 Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web 2026-06-12 09:25:00 +08:00
何美荣
4eecb6616b 1 2026-06-12 09:24:56 +08:00

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',