From c8e7f0f6ad294c0a3c689edc4aead5af9f9ffd71 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Wed, 12 Nov 2025 18:22:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-tdesign/src/views/things/point/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-tdesign/src/views/things/point/data.ts b/apps/web-tdesign/src/views/things/point/data.ts index 618d3b5d..e6508bfb 100644 --- a/apps/web-tdesign/src/views/things/point/data.ts +++ b/apps/web-tdesign/src/views/things/point/data.ts @@ -19,7 +19,7 @@ export function useSubmitFormSchema(): VbenFormSchema[] { clearable: true, placeholder: '请选择行政区划', }, - defaultValue: [], + defaultValue: "", fieldName: 'locationCode', label: '行政区划', },