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

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

View File

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