Compare commits
2 Commits
06d4710877
...
6f4cd43b65
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f4cd43b65 | ||
|
|
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