From 0109fa521620d6b1e44f2790e9b6cf79c9beebbe Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Tue, 25 Oct 2022 17:47:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=85=AC=E5=85=B1=E7=94=A8=E4=BE=8B=E5=BA=93=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=89=88=E6=9C=AC=E5=8E=86=E5=8F=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018821 --user=宋昌昌 【测试跟踪】公共用例库-编辑用例时默认不显示版本历史,保存后才能看见 https://www.tapd.cn/55049933/s/1276842 --- .../frontend/src/business/case/components/TestCaseEdit.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index 0270763045..8d7c32e00a 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -344,9 +344,6 @@ export default { }, readOnly() { const {rowClickHasPermission} = this.currentTestCaseInfo; - if (this.publicEnable) { - return true; - } if (rowClickHasPermission !== undefined) { return !rowClickHasPermission; }