feature: 惠桂保数据查询

1. 调试数据查询接口
2. 调试详情信息接口
This commit is contained in:
mengxiaolong
2020-11-26 10:18:56 +08:00
parent be1c9bf7c9
commit 73c9d0d5fb
5 changed files with 77 additions and 15 deletions

View File

@@ -9,3 +9,11 @@ export function selectHgb(data) {
data
})
}
export function selectHgbDetail(data) {
return request({
url: getUrl('/sale/order/getHgbDetail', 1),
method: 'post',
data
})
}