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

This commit is contained in:
Ambitiousliga 2021-04-12 19:01:08 +08:00 committed by GitHub
parent 65a21d5719
commit d7b2318410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ export default {
});
},
showDetail(row, event, column) {
this.isReadOnly = true;
this.isReadOnly = !this.isTestManagerOrTestUser;
this.$refs.testPlanTestCaseEdit.openTestCaseEdit(row);
},
refresh() {