注册地市

This commit is contained in:
孙景学
2025-07-24 09:27:14 +08:00
parent 2267ab2e6e
commit ae0bca7f7e
3 changed files with 17 additions and 13 deletions

View File

@ -53,7 +53,7 @@ const ForeignForm: React.FC<ForeignFormProps> = ({
}
});
getregionInternational().then((res) => {
getregionInternational({ pId: 0 }).then((res) => {
if (res.code === 200) {
setRegionOptions(res.data);
}