Kaynağa Gözat

接口参数变更

CzRger 7 ay önce
ebeveyn
işleme
a2dbe680cf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
   })