From 2b716f13afab4ad066b53f64df1912e5df77e2b4 Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期四, 27 三月 2025 16:52:06 +0800 Subject: [PATCH] 数据集查询语句上限改为1500 --- src/components/FormCreate/src/config/useDictSelectRule.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/FormCreate/src/config/useDictSelectRule.ts b/src/components/FormCreate/src/config/useDictSelectRule.ts index 5c5e8ca..f232f48 100644 --- a/src/components/FormCreate/src/config/useDictSelectRule.ts +++ b/src/components/FormCreate/src/config/useDictSelectRule.ts @@ -48,7 +48,7 @@ }, { type: 'select', - field: 'dictValueType', + field: 'valueType', title: '字典值类型', value: 'str', options: [ -- Gitblit v1.9.3