add dataCount api

This commit is contained in:
lsd
2024-04-17 14:51:22 +08:00
parent ccad1eb390
commit c6f5dedb86
3 changed files with 9 additions and 7 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
})

View File

@@ -92,6 +92,7 @@ export default {
this.loading = true;
addDept({
groupName: this.form.groupName,
groupType : 1,
}).then(
() => {
this.$message({

View File

@@ -92,6 +92,7 @@ export default {
this.loading = true;
addDept({
groupName: this.form.groupName,
groupType : 0,
}).then(
() => {
this.$message({