一些issue修复
This commit is contained in:
@@ -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 || [];
|
||||
|
||||
Reference in New Issue
Block a user