bug修复
This commit is contained in:
parent
f5f1fd2c5a
commit
36ca75ed6c
|
|
@ -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