Merge branch 'hotfix/V2-20230505' into develop
This commit is contained in:
commit
9b9db75315
|
|
@ -58,7 +58,7 @@ class RegList extends Component {
|
|||
}
|
||||
};
|
||||
postMessageToChild = () => {
|
||||
const paymentStatus = "3";
|
||||
const paymentStatus = this.props.type === "difference" ? "4" : "3";
|
||||
const creator = Number(getQueryString("creator"));
|
||||
const billMonth = getQueryString("billMonth");
|
||||
const paymentOrganization = getQueryString("paymentOrganization");
|
||||
|
|
|
|||
Loading…
Reference in New Issue