mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 17:36:45 +08:00
feature: 惠桂保数据查询
1. 调试数据查询接口 2. 增加分页, 筛选功能
This commit is contained in:
11
src/api/ebiz/hgb/index.js
Normal file
11
src/api/ebiz/hgb/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
// 惠桂保数据查询
|
||||
export function selectHgb(data) {
|
||||
return request({
|
||||
url: getUrl('/sale/order/selectHgb', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user