From 14bba28fe4eb3773e4ecc2bc8f48bea2022dcf95 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 17 Jan 2022 09:50:31 +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=8DJSR223=20=E6=AD=A5=E9=AA=A4=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009647 --user=赵勇 [接口自动化]-github#9122在自动化场景内,log.info显示的有问题 #9122 https://www.tapd.cn/55049933/s/1092629 --- .../scenario/component/Jsr233Processor.vue | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue b/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue index d506d2a2f6..e850a58d2e 100644 --- a/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue +++ b/frontend/src/business/components/api/automation/scenario/component/Jsr233Processor.vue @@ -28,6 +28,26 @@ {{ jsr223Processor.requestResult[0].success && reqSuccess ? 'success' : 'error' }} + + + @@ -37,10 +57,11 @@ import MsInstructionsIcon from "../../../../common/components/MsInstructionsIcon import MsDropdown from "../../../../common/components/MsDropdown"; import ApiBaseComponent from "../common/ApiBaseComponent"; import Jsr233ProcessorContent from "../common/Jsr233ProcessorContent"; +import ApiResponseComponent from "./ApiResponseComponent"; export default { name: "MsJsr233Processor", - components: {Jsr233ProcessorContent, ApiBaseComponent, MsDropdown, MsInstructionsIcon, MsCodeEdit}, + components: {Jsr233ProcessorContent, ApiBaseComponent, MsDropdown, MsInstructionsIcon, MsCodeEdit, ApiResponseComponent}, props: { request: {}, message: String,