From 45224a77b80aa6bbd905d91f19d7b0d9dd6d6f05 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 15 一月 2024 14:22:47 +0800 Subject: [PATCH] 2024-01-15 --- src/menu/components/share/actioncomponent/formconfig.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx index a8c04dd..24a4df8 100644 --- a/src/menu/components/share/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -1440,6 +1440,7 @@ dataIndex: 'syncComId', inputType: 'cascader', editable: true, + unique: true, required: true, extends: [{key: 'label', value: 'label'}], width: '70%', @@ -2393,6 +2394,7 @@ title: '缁勪欢', dataIndex: 'syncComId', inputType: 'cascader', + unique: true, editable: true, required: true, extends: [{key: 'label', value: 'label'}], -- Gitblit v1.8.0