fix(性能测试): 去掉性能测试编辑报告名称的权限
--bug=1026828 --user=王孝刚 【系统设置】用户组和权限-项目管理员未开启性能测试报告的“删除权限”,导致用户不能修改性能测试的报告名称。 https://www.tapd.cn/55049933/s/1383919
This commit is contained in:
parent
529a9a732d
commit
e47cb8c616
|
@ -496,9 +496,6 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
openReNameDialog($event) {
|
openReNameDialog($event) {
|
||||||
if (!hasPermission('PROJECT_PERFORMANCE_REPORT:READ+DELETE')) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
this.$refs.renameDialog.open($event);
|
this.$refs.renameDialog.open($event);
|
||||||
},
|
},
|
||||||
rename(data) {
|
rename(data) {
|
||||||
|
|
Loading…
Reference in New Issue