mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 14:46:44 +08:00
Merge branch 'feature/开门红' into release/20201210
# Conflicts: # src/router/ebiz/index.js
This commit is contained in:
38
src/api/ebiz/goodStart/index.js
Normal file
38
src/api/ebiz/goodStart/index.js
Normal file
@@ -0,0 +1,38 @@
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
// 开门红业绩查询机构列表查询
|
||||
export function getComList(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performance/getComList', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 百宝箱菜单列表查询
|
||||
export function getTreasureMenus(data) {
|
||||
return request({
|
||||
url: getUrl('/app/code/getCodeValue', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 业绩查询
|
||||
export function getComPerformance(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performance/getComPerformance', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 开门红方案图片查询
|
||||
export function getSchemePics(data) {
|
||||
return request({
|
||||
url: getUrl('/app/code/getCodeValue', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user