fix issue of "Auto-labeling while switching assets in asset preview causes an error" (#721)

Co-authored-by: Alex Chen <68627897+yongbing-chen@users.noreply.github.com>
Co-authored-by: alex-krasn <64093224+alex-krasn@users.noreply.github.com>
Co-authored-by: stew-ro <60453211+stew-ro@users.noreply.github.com>
This commit is contained in:
starain-pactera 2020-11-10 04:32:00 +08:00 коммит произвёл GitHub
Родитель c81b2323aa
Коммит 59fe4e2778
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,7 @@ export class AssetService {
return result;
};
const getLabelValues = (field: any) => {
return field.elements.map((path: string):IFormRegion => {
return field.elements?.map((path: string):IFormRegion => {
const pathArr = path.split('/').slice(1);
const word = pathArr.reduce((obj: any, key: string) => obj[key], { ...predictResults.analyzeResult });
return {