From 84930d817078333784fbf780e21bb098be7783e4 Mon Sep 17 00:00:00 2001 From: lq Date: Wed, 17 Dec 2025 12:46:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=95=86=E5=9F=8E=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/store/config/form.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web-antd/src/views/system/store/config/form.ts b/apps/web-antd/src/views/system/store/config/form.ts index f3106e33..2daeb6b1 100644 --- a/apps/web-antd/src/views/system/store/config/form.ts +++ b/apps/web-antd/src/views/system/store/config/form.ts @@ -184,12 +184,12 @@ export const modalFormProps: VbenFormProps = { fieldName: 'url', label: '轮播图', rules: 'required', - dependencies: { - show: (values) => { - return values.id == null; - }, - triggerFields: ['id'], - }, + // dependencies: { + // show: (values) => { + // return values.id == null; + // }, + // triggerFields: ['id'], + // }, componentProps: { maxCount: 9, },