mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 21:22:52 +08:00
Merge branch 'feature/GFRS-818【0410】人力发展-DISC性格分析' into release/0407
# Conflicts: # src/views/app/Home.vue
This commit is contained in:
@@ -106,3 +106,30 @@ export function getShareKey(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 根据问卷编码获取问卷详细信息
|
||||
export function answerDetail(data = {}) {
|
||||
return request({
|
||||
url: getUrl('/customer/answer/detailByQnCode', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//DISC性格分析列表
|
||||
export function discAnalysisList(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/answer/queryList', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 答卷提交接口
|
||||
export function answerSubmit(data) {
|
||||
return request({
|
||||
url: getUrl('/customer/answer/submit', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user