一些issue修复

This commit is contained in:
付民康
2025-03-19 19:07:42 +08:00
parent 80e3974825
commit 3b516a3b83
6 changed files with 35 additions and 8 deletions

View File

@@ -237,8 +237,8 @@ const fetchVulnList = async () => {
// softwareId: 47,
softwareId: propsData.versionId,
componentId: '',
current: 1,
size: 10
current: pager.value.pageIndex,
size: pager.value.pageSize,
});
if(data.data.code===200) {
tableData.value = data?.data?.data?.records || [];