mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 04:22:53 +08:00
Merge branch 'feature/GFRS-818【0410】人力发展-DISC性格分析' of http://112.124.100.131/GFRS/ebiz-h5 into feature/GFRS-818【0410】人力发展-DISC性格分析
# Conflicts: # src/api/ebiz/manpower/manpower.js # src/views/ebiz/manpower/discAnalysis/List.vue # src/views/ebiz/manpower/discAnalysis/Share.vue
This commit is contained in:
@@ -111,6 +111,15 @@ export function getShareKey(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
|
||||
})
|
||||
@@ -123,4 +132,4 @@ export function answerSubmit(data) {
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user