From 4d76502abdb59da07376ffdbda7d76fd700bda16 Mon Sep 17 00:00:00 2001 From: dengbf Date: Fri, 1 Aug 2025 18:32:16 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E5=85=B3=E8=81=94]=20#[1478376676622336]?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=EF=BC=9A=E7=BB=84=E5=90=88=E5=B7=A5?= =?UTF-8?q?=E5=85=B7block=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=85=B7=E6=97=B6?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=9B=9E=E6=98=BE=E9=94=99=E8=AF=AF=20http:/?= =?UTF-8?q?/192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/93?= =?UTF-8?q?9050947543057/1478376676622336?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/autoexec/components/script/item/condition/tool.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/pages/autoexec/components/script/item/condition/tool.vue b/src/views/pages/autoexec/components/script/item/condition/tool.vue index a818152f..135fefba 100644 --- a/src/views/pages/autoexec/components/script/item/condition/tool.vue +++ b/src/views/pages/autoexec/components/script/item/condition/tool.vue @@ -114,6 +114,9 @@ export default { 'description': l.description } }; + if (!this.$utils.isEmpty(defaulParam)) { + this.$set(item.config, 'paramMappingList', defaulParam); + } if (l.defaultProfileId) { this.$set(item.config, 'profileId', l.defaultProfileId); } -- Gitee