From 16ddcc14ce2eae4ca5049ffc37dd48a8cd718b91 Mon Sep 17 00:00:00 2001 From: Jianguo-Genius Date: Thu, 19 Dec 2024 14:33:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BAmock=E8=BE=93=E5=85=A5=E6=A1=86=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E8=A6=81=E5=A4=9A=E9=80=89=E4=B8=80=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E7=9A=84=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../management/mock/mockMatchRuleForm.vue | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/frontend/src/views/api-test/management/components/management/mock/mockMatchRuleForm.vue b/frontend/src/views/api-test/management/components/management/mock/mockMatchRuleForm.vue index 0fb43a9f93..b91994c0b7 100644 --- a/frontend/src/views/api-test/management/components/management/mock/mockMatchRuleForm.vue +++ b/frontend/src/views/api-test/management/components/management/mock/mockMatchRuleForm.vue @@ -25,15 +25,22 @@ :rules="[{ required: true, message: t('mockManagement.paramNameNotNull') }]" :disabled="props.disabled" > - - + /> + + + + + + + + + +
@@ -342,7 +349,6 @@ // activeQuickInputRecord.value = {}; // quickInputDescValue.value = ''; // } - // function applyQuickInputDesc() { // activeQuickInputRecord.value.description = quickInputDescValue.value; // showQuickInputDesc.value = false; @@ -350,7 +356,6 @@ // clearQuickInputDesc(); // emitChange('applyQuickInputDesc'); // } - // function handleDescChange() { // emitChange('handleDescChange'); // }