3.10 工程代码同步master
This commit is contained in:
@ -64,3 +64,14 @@ export async function changeQuestion(id: any) {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 打印
|
||||
* @param param
|
||||
*/
|
||||
export async function getExpert(params: any) {
|
||||
return request('/api/biz-service-ebtp-rsms/v1/bid/eval/question/expert', {
|
||||
method: 'get',
|
||||
params
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user