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

@@ -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>