功能更新:新增Bug管理模块,完善用户角色分配,优化项目设置

This commit is contained in:
qiaoxinjiu
2026-05-07 19:43:05 +08:00
parent 916248483c
commit f8211673ee
44 changed files with 10410 additions and 437 deletions

View File

@@ -128,7 +128,7 @@ export default {
ItApiCreate(this.form).then(res => {
if (res && res.success === true) {
this.$message({type: 'success', message: this.form.sqlId ? '修改成功' : '新增成功'})
this.$router.push({path: '/create/data'})
this.$router.push({path: '/data-tools/db-builder'})
} else {
this.$message({type: 'error', message: res.message || '保存失败'})
}
@@ -138,7 +138,7 @@ export default {
})
},
goBack() {
this.$router.push({path: '/create/data'})
this.$router.push({path: '/data-tools/db-builder'})
}
},
created() {