CzRger 5 місяців тому
батько
коміт
a2dbe680cf
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/manage/type/relation.vue

+ 1 - 1
src/views/manage/type/relation.vue

@@ -111,7 +111,7 @@ const handleSelect = (item) => {
 }
 const initIndex = () => {
   state.loadingIndex = true
-  sysLabelGetAllIndexsByKey().then(res => {
+  sysLabelGetAllIndexsByKey(proxy.$util.formatGetParam({type: 'inner_index'})).then(res => {
     state.indexList = res.data
     state.loadingIndex = false
   })