From 9c9efeb127e4320a37aa4e042567de173dd11931 Mon Sep 17 00:00:00 2001 From: Jinyuanyuan <1197651512@qq.com> Date: Fri, 24 May 2024 10:57:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectLib/projectInfo/projectInfo.data.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/views/projectLib/projectInfo/projectInfo.data.ts b/src/views/projectLib/projectInfo/projectInfo.data.ts index c7cc248..1ba5658 100644 --- a/src/views/projectLib/projectInfo/projectInfo.data.ts +++ b/src/views/projectLib/projectInfo/projectInfo.data.ts @@ -531,8 +531,6 @@ export const formSchemas: FormSchema[] = [ }, }; }, - - defaultValue: '信息化工作专班', required: true, // dynamicDisabled:true, //一列占比总共24,比如一行显示2列 @@ -558,16 +556,11 @@ export const formSchemas: FormSchema[] = [ componentProps: (({ formModel }) => { return { options: [ - { - value: '1782674355449606145', - label: '俞慧慧', - } ], } }), - defaultValue: '1782674355449606145', required: true, //一列占比总共24,比如一行显示2列 colProps: { span: 12 },