flat: 合并

This commit is contained in:
Apcallover
2024-04-17 17:00:44 +08:00
8 changed files with 1210 additions and 13 deletions

View File

@@ -103,7 +103,7 @@ export const add =
export const update =
(row) => {
return request({
url: '/api/jobslink-api/tenant/company/update',
url: '/api/jobslink-api/tenant/company/updateCompany',
method: 'post',
data: row
})