fix(测试跟踪): 公共用例库不显示版本历史

--bug=1018821 --user=宋昌昌 【测试跟踪】公共用例库-编辑用例时默认不显示版本历史,保存后才能看见 https://www.tapd.cn/55049933/s/1276842
This commit is contained in:
song-cc-rock 2022-10-25 17:47:23 +08:00 committed by 刘瑞斌
parent 78c011a9b4
commit 6a12205f58
1 changed files with 0 additions and 3 deletions

View File

@ -344,9 +344,6 @@ export default {
},
readOnly() {
const {rowClickHasPermission} = this.currentTestCaseInfo;
if (this.publicEnable) {
return true;
}
if (rowClickHasPermission !== undefined) {
return !rowClickHasPermission;
}