@@ -76,7 +76,7 @@ const onSubmit = () => {
roleId: props.transfer.id,
labelId: ids[0],
typeId: ids[1],
- indexId: WebStore.searchAreaIndexMap.get(ids[2]).id,
+ indexId: WebStore.searchAreaIndexMap.get(ids[2]).indexId,
}
})
}).then(rse => {