MrShi
2024-03-05 28de5d860e5983ea00c5b0b2287bf2617fbcf90d
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)
}