소스 검색

接口参数变更

CzRger 4 달 전
부모
커밋
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
   })