MrShi
2024-03-05 84b74d64ecc519882b89278f1011f7ac7525d190
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)
}