Unverified Commit d7b23184 authored by Ambitiousliga's avatar Ambitiousliga Committed by GitHub
Browse files

fix(测试跟踪):使非只读用户可以编辑测试计划所关联的用例 (#1973)

parent 65a21d57
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -484,7 +484,7 @@ export default {
});
},
showDetail(row, event, column) {
this.isReadOnly = true;
this.isReadOnly = !this.isTestManagerOrTestUser;
this.$refs.testPlanTestCaseEdit.openTestCaseEdit(row);
},
refresh() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment