Merge branch 'hotfix/V2-20230505' into develop

This commit is contained in:
黎永顺 2023-05-05 13:58:41 +08:00
commit 9b9db75315
1 changed files with 1 additions and 1 deletions

View File

@ -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");