头部搜索对接开源软件列表

This commit is contained in:
付民康
2025-03-20 20:51:16 +08:00
parent 2e46635146
commit 61b7acc34c
6 changed files with 188 additions and 51 deletions

View File

@@ -302,12 +302,12 @@ const gotoDetail = (row) => {
};
// 分页
const changeIndex = () => {
getReleaseList();
// getReleaseList();
};
const changeSize = () => {
pager.value.pageIndex = 1;
getReleaseList();
// getReleaseList();
};
const repoFun = (arr: any) => {