3.10 工程代码同步master
This commit is contained in:
@ -1,13 +1,15 @@
|
||||
import request from '@/utils/request';
|
||||
|
||||
export async function getPayandreply(projectId: any) { // 列表
|
||||
export async function getPayandreply(projectId: any, params: any) { // 列表
|
||||
return request('/api/biz-service-ebtp-tender/v1/supplier_register/get_payandreply_status/' + projectId, {
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
export async function getDetail(supplierId: any) { // 查看详情
|
||||
export async function getDetail(supplierId: any, params: any) { // 查看详情
|
||||
return request('/api/biz-service-ebtp-tender/v1/supplier_register/payandreply_status_detail/' + supplierId, {
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user