first commit
This commit is contained in:
12
src/api/h5/expert.ts
Normal file
12
src/api/h5/expert.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import request from "/@/utils/request";
|
||||
// 根据流程实例id查询专家信息
|
||||
// /admin/expertInformation/getByProcessInstanceId
|
||||
export const getByProcessInstanceId = (processInstanceId: any) => {
|
||||
return request({
|
||||
url: '/admin/expertInformation/getByProcessInstanceId',
|
||||
method: 'get',
|
||||
params: {
|
||||
processInstanceId
|
||||
}
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user