add dataCount api
This commit is contained in:
@@ -103,7 +103,7 @@ export const add =
|
|||||||
export const update =
|
export const update =
|
||||||
(row) => {
|
(row) => {
|
||||||
return request({
|
return request({
|
||||||
url: '/api/jobslink-api/tenant/company/update',
|
url: '/api/jobslink-api/tenant/company/updateCompany',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: row
|
data: row
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ export default {
|
|||||||
this.loading = true;
|
this.loading = true;
|
||||||
addDept({
|
addDept({
|
||||||
groupName: this.form.groupName,
|
groupName: this.form.groupName,
|
||||||
|
groupType : 1,
|
||||||
}).then(
|
}).then(
|
||||||
() => {
|
() => {
|
||||||
this.$message({
|
this.$message({
|
||||||
@@ -135,12 +136,12 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ export default {
|
|||||||
this.loading = true;
|
this.loading = true;
|
||||||
addDept({
|
addDept({
|
||||||
groupName: this.form.groupName,
|
groupName: this.form.groupName,
|
||||||
|
groupType : 0,
|
||||||
}).then(
|
}).then(
|
||||||
() => {
|
() => {
|
||||||
this.$message({
|
this.$message({
|
||||||
@@ -135,12 +136,12 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user