MrShi
2024-02-26 90e8215dddc36944c2300a47e8f106791214fe7b
company/src/api/business/company.js
@@ -17,8 +17,12 @@
    return request.post('/business/company/updateById', data)
}
// 查询全部数据(账号分配企业使用)
export function pageAll (data) {
    return request.post('/business/company/list', data)
}
// 查询全部数据(账号分配企业使用)
export function allForFp (data) {
    return request.post('/business/company/pageAll', data)
}