1
This commit is contained in:
parent
0aca6273b1
commit
4eecb6616b
@ -151,7 +151,7 @@ class SK035CheckLibrary extends React.Component {
|
|||||||
loadData = (dataId) => {
|
loadData = (dataId) => {
|
||||||
let that = this;
|
let that = this;
|
||||||
let jsonTemp = initFilter(that.props.login.OrgId);
|
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);
|
extendRule(jsonTemp, 'ID', 1, dataId);
|
||||||
that.props.dispatch({
|
that.props.dispatch({
|
||||||
type: 'app/getDataByPost',
|
type: 'app/getDataByPost',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user