bug修复

This commit is contained in:
黎永顺 2023-05-05 10:03:49 +08:00
parent f5f1fd2c5a
commit 36ca75ed6c
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");