fix(测试计划): 执行功能用例时实际结果与步骤执行结果无关联权限无法编辑

--bug=1019577 --user=李玉号 【测试计划】github
#19645-执行功能用例-用户角色需要有关联/取消关联用例执行才能编辑步骤描述-实际结果与步骤执行结果
https://www.tapd.cn/55049933/s/1295004

Closes #19645
This commit is contained in:
shiziyuan9527 2022-11-11 16:28:24 +08:00 committed by lyh
parent ba1f304b19
commit 754df8c88d
1 changed files with 0 additions and 1 deletions

View File

@ -447,7 +447,6 @@ export default {
this.activeTab = 'detail'; this.activeTab = 'detail';
this.hasTapdId = false; this.hasTapdId = false;
this.hasZentaoId = false; this.hasZentaoId = false;
this.isReadOnly = !hasPermission('PROJECT_TRACK_PLAN:READ+RELEVANCE_OR_CANCEL');
this.originalStatus = testCase.status; this.originalStatus = testCase.status;
this.setTitleWith(); this.setTitleWith();