功能更新:新增Bug管理模块,完善用户角色分配,优化项目设置
This commit is contained in:
@@ -148,7 +148,7 @@ export default {
|
||||
this.fetchList()
|
||||
},
|
||||
goSettings(row) {
|
||||
this.$router.push({ path: '/test-platform/projects/settings', query: { projectId: row.id } })
|
||||
this.$router.push({ path: '/test-platform/project/setting', query: { projectId: row.id } })
|
||||
},
|
||||
fetchProductOptions() {
|
||||
return getProductList({
|
||||
|
||||
Reference in New Issue
Block a user