CzRger 16 часов назад
Родитель
Сommit
e23484cb96
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/manage/system/role/auth.vue

+ 1 - 1
src/views/manage/system/role/auth.vue

@@ -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 => {