From e30e9d7b9ca09b2f11f449673ae482503d1de028 Mon Sep 17 00:00:00 2001 From: "X.Mo" Date: Thu, 9 Mar 2023 09:36:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dprovide=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=8A=A0=E4=BA=86.value=E5=AF=BC=E8=87=B4=E8=81=94?= =?UTF-8?q?=E5=8A=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ma-form/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ma-form/index.vue b/src/components/ma-form/index.vue index c732836f..3383f394 100644 --- a/src/components/ma-form/index.vue +++ b/src/components/ma-form/index.vue @@ -179,7 +179,7 @@ const init = async () => { } provide('options', options.value) -provide('columns', flatteningColumns.value) +provide('columns', flatteningColumns) provide('dictList', dictList) provide('formModel', form) provide('formLoading', formLoading)