Merge branch 'feature/开门红' into release/20201210

# Conflicts:
#	src/router/ebiz/index.js
This commit is contained in:
mengxiaolong
2020-12-10 09:10:15 +08:00
21 changed files with 1478 additions and 59 deletions

View 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
})
}