注册地市
This commit is contained in:
@ -53,7 +53,7 @@ const ForeignForm: React.FC<ForeignFormProps> = ({
|
||||
}
|
||||
});
|
||||
|
||||
getregionInternational().then((res) => {
|
||||
getregionInternational({ pId: 0 }).then((res) => {
|
||||
if (res.code === 200) {
|
||||
setRegionOptions(res.data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user