@@ -57,7 +57,7 @@ function EditBlock(props) {
}
post(api.upBlockLossById, params).then((res) => {
if (res.data.code === 200) {
- props.userChange()
+ props.userChange(2)
message.success(res.data.message);
form.resetFields();
} else {