fix: 冲突掉的代码恢复

This commit is contained in:
mengxiaolong
2020-11-18 13:52:43 +08:00
parent 41ecaf0f64
commit 7a6f00ee25

View File

@@ -1,6 +1,15 @@
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({