机构业绩页面

This commit is contained in:
zhu.wenli@ebiz-digits.com
2020-07-30 21:21:28 +08:00
parent 41a9dd5843
commit 7513948ad9
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import request from '@/assets/js/utils/request'
import getUrl from '@/assets/js/utils/get-url'
// 代理人客户列表
export function branchOfficeApi(data) {
return request({
url: getUrl('/data/performance/getlComPremDetil', 1),
method: 'post',
data
})
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B