From fc02085b9abe723736766d13bf4530043f4c2c4e Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 18:50:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-tdesign/src/views/things/device/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-tdesign/src/views/things/device/index.vue b/apps/web-tdesign/src/views/things/device/index.vue index 01e7f9d2..a163608f 100644 --- a/apps/web-tdesign/src/views/things/device/index.vue +++ b/apps/web-tdesign/src/views/things/device/index.vue @@ -104,7 +104,7 @@ const pointOptionsMap = computed(() => { }); const productOptionsMap = computed(() => { return toObject( - GridApi.formApi.getFieldComponentRef('productId')?.getOptions() ?? [], + GridApi.formApi.getFieldComponentRef('productIds')?.getOptions() ?? [], 'value', 'label', );