From de848d043069b3b436dfc3add22bb9e9968fea5c Mon Sep 17 00:00:00 2001 From: dengbf Date: Tue, 22 Jul 2025 14:07:32 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E5=85=B3=E8=81=94]=20#[1470929689870336]?= =?UTF-8?q?=E7=BB=84=E5=90=88=E5=B7=A5=E5=85=B7=E7=BC=96=E8=BE=91-?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=9A=84=E6=96=87=E6=9C=AC=E5=9F=9F=E5=8F=82?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E9=A6=96=E6=AC=A1=E7=BC=96=E8=BE=91=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=98=AFinput=E6=95=88=E6=9E=9C=20http://192.168.0.96?= =?UTF-8?q?:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057?= =?UTF-8?q?/1470929689870336?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/autoexec/components/script/item/param/inputparam.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/pages/autoexec/components/script/item/param/inputparam.vue b/src/views/pages/autoexec/components/script/item/param/inputparam.vue index 37f723a7..49e41f8b 100644 --- a/src/views/pages/autoexec/components/script/item/param/inputparam.vue +++ b/src/views/pages/autoexec/components/script/item/param/inputparam.vue @@ -503,6 +503,9 @@ export default { item = item || paramsTypeList.find(p => { return p.value == com.component; }); + if (item && !item.type && com.component) { + item.type = com.component; + } return item || {}; }; }, -- Gitee