This commit is contained in:
lyp 2025-04-03 15:41:58 +08:00
parent 91caf756bd
commit 74a2c6d6b5

View File

@ -499,7 +499,7 @@ export default function ProjNew() {
form={form} form={form}
initialValues={{ initialValues={{
projVersion: 'V1.0', projVersion: 'V1.0',
// backendCodeLang: defultLanguage, backendCodeLang: 'JAVA',
}} // 添加 initialValues 属性 }} // 添加 initialValues 属性
layout={'vertical'} layout={'vertical'}
labelCol={{ span: 24 }} labelCol={{ span: 24 }}