This commit is contained in:
ljx
2025-08-29 14:58:31 +08:00
parent 6eed9d9244
commit 7c2e4d7e14
5 changed files with 18 additions and 23 deletions

View File

@ -21,7 +21,7 @@ export const AddbiddingUser = (data) => {
data
});
};
// 新增招投标人员
// 查询招投标人员
export const biddingUserList = (projectId) => {
return request({
url: '/bidding/biddingUser/list',