This commit is contained in:
2025-08-21 16:46:01 +08:00
parent 5e162ef59d
commit 67f58089ff
3 changed files with 35 additions and 17 deletions

View File

@ -53,3 +53,11 @@ export const sheetList = (query) => {
params: query
});
};
//获取sheet
export const obtainAllVersionNumbers = (query) => {
return request({
url: '/bidding/biddingLimitList/obtainAllVersionNumbers',
method: 'get',
params: query
});
};