|
@@ -145,7 +145,7 @@ const getRegionEnumFun = async () => {
|
|
|
|
|
|
|
|
try {
|
|
try {
|
|
|
const res = await getRegionEnum({
|
|
const res = await getRegionEnum({
|
|
|
- enum_type_id: enumTypeId
|
|
|
|
|
|
|
+ enum_type_id: str(enumTypeId)
|
|
|
});
|
|
});
|
|
|
console.log('API response:', res);
|
|
console.log('API response:', res);
|
|
|
|
|
|