|
@@ -264,3 +264,7 @@ export const queryProjectList = (postData = {}) => {
|
|
|
export const delProject = (id, postData = {}) => {
|
|
|
return HTTPREQUEST.get('/api/admin/userInterviewProject/delete?id='+id, postData)
|
|
|
}
|
|
|
+
|
|
|
+export const getInterviewByPrdid = (postData = {}) => {
|
|
|
+ return HTTPREQUEST.get('/api/admin/interview/selectByPrdid', postData)
|
|
|
+}
|