新增资产权证转让管理部分页面增加分页

This commit is contained in:
唐明明
2021-09-22 17:37:58 +08:00
parent b7cacb38c7
commit b06e4f8109
24 changed files with 4646 additions and 1577 deletions

View File

@@ -15,7 +15,7 @@ const index = () => {
})
}
// 成交客户
// 成交客户 *********已废弃
const customer = data => {
return request({
url: 'mall/statistics',
@@ -23,6 +23,14 @@ const customer = data => {
})
}
// 成交客户
const orderUsers = data => {
return request({
url: 'manages/order_users',
data
})
}
// 访客记录
const visitors = data => {
return request({
@@ -57,6 +65,7 @@ const companiesCode = () => {
export {
index,
customer,
orderUsers,
visitors,
basicsConfig,
basicsInfo,