一些issue修改

This commit is contained in:
付民康
2025-03-21 09:49:58 +08:00
parent adf790ea15
commit a9c4bc192c
7 changed files with 39 additions and 30 deletions

View File

@@ -107,15 +107,11 @@ export function getRepairInfo(data) {
}
// 获取许可证列表
export function getLicenseList() {
export function getLicenseList(data) {
return request({
url: '/api/v1/repo/license/info',
method: 'POST',
data: {
"current": 1,
"size": 10,
"softwareId": 47
}
data
});
}