MrShi
2024-04-02 174350e855349919ee287a52d3198c7c7558b858
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)
}