From 7e2baa9d37679bce960a08e8598fa03df9d7b75b Mon Sep 17 00:00:00 2001
From: wxg0103 <727495428@qq.com>
Date: Thu, 30 Mar 2023 18:48:51 +0800
Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0=E8=BF=87?=
=?UTF-8?q?=E9=95=BF=E6=97=B6=E7=BC=BA=E5=B0=91=E5=88=86=E5=8F=B7=E7=9A=84?=
=?UTF-8?q?=E7=BC=BA=E9=99=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
--bug=1024981 --user=王孝刚 【接口测试】github
#23249,在请求体里粘贴请求报文的长度较长时,显示不完整,没有显示参数最后的分号。
https://www.tapd.cn/55049933/s/1357844
---
.../src/business/definition/components/MsCodeEdit.vue | 6 +++++-
framework/sdk-parent/frontend/src/components/MsCodeEdit.vue | 4 +++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/api-test/frontend/src/business/definition/components/MsCodeEdit.vue b/api-test/frontend/src/business/definition/components/MsCodeEdit.vue
index 3cb9710ea3..d9c5c5a2c1 100644
--- a/api-test/frontend/src/business/definition/components/MsCodeEdit.vue
+++ b/api-test/frontend/src/business/definition/components/MsCodeEdit.vue
@@ -112,4 +112,8 @@ export default {
};
-
+
diff --git a/framework/sdk-parent/frontend/src/components/MsCodeEdit.vue b/framework/sdk-parent/frontend/src/components/MsCodeEdit.vue
index 82d35897da..69af04d284 100644
--- a/framework/sdk-parent/frontend/src/components/MsCodeEdit.vue
+++ b/framework/sdk-parent/frontend/src/components/MsCodeEdit.vue
@@ -115,5 +115,7 @@ export default {