Skip to content

Commit

Permalink
fix(frontend): spider工具箱自测问题 #902
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Oct 7, 2023
1 parent d661937 commit f6da5de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
fetchResources,
handleChangePage,
handeChangeLimit,
} = useClusterData<ValueOf<Props['selected']>[0]>(activeTab, getSearchSelectorParams(searchSelectValue.value));
} = useClusterData<ValueOf<Props['selected']>[0]>(activeTab, searchSelectValue);

// 显示切换 tab tips
const showSwitchTabTips = computed(() => showTabTips.value && props.onlyOneType);
Expand Down
2 changes: 1 addition & 1 deletion dbm-ui/frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node_modules",
"./src/types"
],
"types": ["bkui-vue/lib/volar.components",],
"types": ["bkui-vue/lib/volar.components"],
"jsx": "preserve"
},
"references": [
Expand Down

0 comments on commit f6da5de

Please sign in to comment.