From b0e8154f9f23db71dba7302395cc7d3db4b4a339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E8=8F=B1=E7=BA=B1?= <71360290+hls-1992@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:00:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3Form=20updateSchema?= =?UTF-8?q?=E5=90=8E=E6=89=A7=E8=A1=8CsetProps=E5=AF=BC=E8=87=B4schemaRef?= =?UTF-8?q?=E8=A2=AB=E9=87=8D=E7=BD=AE=E7=9A=84=E9=97=AE=E9=A2=98=20(#3354?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/BasicForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Form/src/BasicForm.vue b/src/components/Form/src/BasicForm.vue index 2e49885b..ea340b94 100644 --- a/src/components/Form/src/BasicForm.vue +++ b/src/components/Form/src/BasicForm.vue @@ -218,7 +218,7 @@ ); watch( - () => unref(getProps).schemas, + () => props.schemas, (schemas) => { resetSchema(schemas ?? []); },