From 22d587869c6474c0c0bbb851ad8e30af1882f77d Mon Sep 17 00:00:00 2001 From: ysf <1807100869@qq.com> Date: Mon, 9 Sep 2024 21:28:36 +0800 Subject: [PATCH] fix: fix the remaining problem --- console/atest-ui/src/views/TestCase.vue | 5 ++-- pkg/server/convert.go | 39 ++++--------------------- pkg/testing/case.go | 4 +-- pkg/testing/remote/converter.go | 6 ++-- pkg/testing/remote/grpc_store.go | 2 +- 5 files changed, 14 insertions(+), 42 deletions(-) diff --git a/console/atest-ui/src/views/TestCase.vue b/console/atest-ui/src/views/TestCase.vue index 87b96671..27c24d70 100644 --- a/console/atest-ui/src/views/TestCase.vue +++ b/console/atest-ui/src/views/TestCase.vue @@ -838,6 +838,7 @@ Magic.Keys(() => { placeholder="Method" size="default" test-id="case-editor-method" + :disabled="isHistoryTestCase" > { - + { -
+