接口参数修改
This commit is contained in:
@ -55,6 +55,6 @@ export const customerserviceAPI = {
|
||||
//获取咨询项目
|
||||
list(params) {
|
||||
let method = "get";
|
||||
return request('/api/biz-service-ebtp-tender/v1/participateProject/list?supplierNumber=' + params.supplierNumber, { method: method })
|
||||
return request('/api/biz-service-ebtp-tender/v1/participateProject/list', { method: method })
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user