From 19b7a36aa11d314cb3f8870770e54629e59e1654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 8 Feb 2023 16:54:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=88=90=E5=8A=9F=E5=90=8E=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=B7=B3=E8=BD=AC=E6=8A=A5=E9=94=99=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Platform/PlatformCreateUpdate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/assets/Platform/PlatformCreateUpdate.vue b/src/views/assets/Platform/PlatformCreateUpdate.vue index a93907856..6d79d7203 100644 --- a/src/views/assets/Platform/PlatformCreateUpdate.vue +++ b/src/views/assets/Platform/PlatformCreateUpdate.vue @@ -5,6 +5,7 @@ :fields="fields" :initial="initial" :fields-meta="fieldsMeta" + :has-detail-in-msg="false" :clean-form-value="cleanFormValue" :after-get-form-value="afterGetFormValue" :after-get-remote-meta="handleAfterGetRemoteMeta"