mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 15:46:43 +08:00
机构业绩页面
This commit is contained in:
11
src/api/ebiz/branchOffice/branchOffice.js
Normal file
11
src/api/ebiz/branchOffice/branchOffice.js
Normal 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
|
||||
})
|
||||
}
|
||||
BIN
src/assets/images/ebiz/calendar.png
Normal file
BIN
src/assets/images/ebiz/calendar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 476 B |
BIN
src/assets/images/ebiz/point.png
Normal file
BIN
src/assets/images/ebiz/point.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 407 B |
BIN
src/assets/images/ebiz/refresh.png
Normal file
BIN
src/assets/images/ebiz/refresh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 496 B |
Reference in New Issue
Block a user