Procházet zdrojové kódy

接口参数变更

CzRger před 5 měsíci
rodič
revize
a2dbe680cf
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
   })