|
@@ -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
|
|
|
})
|