Parcourir la source

接口参数变更

CzRger il y a 5 mois
Parent
commit
a2dbe680cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
   })