fix(测试跟踪): 公共用例库不显示版本历史
--bug=1018821 --user=宋昌昌 【测试跟踪】公共用例库-编辑用例时默认不显示版本历史,保存后才能看见 https://www.tapd.cn/55049933/s/1276842
This commit is contained in:
parent
78c011a9b4
commit
6a12205f58
|
@ -344,9 +344,6 @@ export default {
|
|||
},
|
||||
readOnly() {
|
||||
const {rowClickHasPermission} = this.currentTestCaseInfo;
|
||||
if (this.publicEnable) {
|
||||
return true;
|
||||
}
|
||||
if (rowClickHasPermission !== undefined) {
|
||||
return !rowClickHasPermission;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue