From 0c2f411c082b5888dfb91d54d1a4ac45926db4d3 Mon Sep 17 00:00:00 2001 From: luofann Date: Mon, 25 Nov 2024 15:23:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=C2=A0api=E8=AF=B7=E6=B1=82=E8=8A=82?= =?UTF-8?q?=E7=82=B9post=E5=8F=82=E6=95=B0=E7=BC=96=E8=BE=91=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E9=97=AE=E9=A2=98=20--story=3D120891419=20#=20Reviewe?= =?UTF-8?q?d,=20transaction=20id:=2024694?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../publicTrigger/apiContent/postParams.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/pc/src/views/processManagement/publicTrigger/apiContent/postParams.vue b/frontend/pc/src/views/processManagement/publicTrigger/apiContent/postParams.vue index b2764b0d..42867656 100644 --- a/frontend/pc/src/views/processManagement/publicTrigger/apiContent/postParams.vue +++ b/frontend/pc/src/views/processManagement/publicTrigger/apiContent/postParams.vue @@ -73,9 +73,9 @@ @@ -412,4 +412,9 @@ } } } + .bool-radios { + .bk-form-radio { + margin-right: 8px; + } + } From 2709cbe9ef97ba98b7ecd419de7d3f3151498972 Mon Sep 17 00:00:00 2001 From: luofann Date: Mon, 25 Nov 2024 15:28:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=97=A5=E5=BF=97=20--story=3D120891419?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE.md | 2 ++ docs/RELEASE_EN.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/RELEASE.md b/docs/RELEASE.md index 440b9590..9bb483ef 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,4 +1,6 @@ # Changelog +## [Version: 2.7.3] - 2024-11-25 +【Fix】API请求节点POST参数编辑渲染问题 ## [Version: 2.7.2] - 2024-11-18 【新增】画布删除线条时增加弹窗提醒 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index 636c7d73..2e95d719 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,4 +1,7 @@ # Changelog +## [Version: 2.7.3] - 2024-11-25 +【Fix】API request node POST parameter editing rendering issue. + ## [Version: 2.7.2] - 2024-11-18 【Feature】Add a popup confirmation when deleting lines on the canvas. 【Improved】When selecting ‘All Systems’ in the API list, remove the options for creating new and importing APIs.