Commit 77b177ee authored by shenshaokai's avatar shenshaokai

Merge branch 'jinfa-20221102' into 'jinfa-20221102'

fix: 合同修改-合同模版必填 See merge request project/jinfa-platform!394
parents fc58bb1a 029d5305
......@@ -219,7 +219,13 @@ const ContractText = (props: any) => {
width: '100%',
}}
>
<Form.Item label={intl.formatMessage({ id: 'contract.hetongmuban' })} labelAlign="left" labelCol={{ span: 2 }}>
<Form.Item
label={intl.formatMessage({ id: 'contract.hetongmuban' })}
labelAlign="left"
labelCol={{ span: 2 }}
name='templateType'
rules={[{ required: true, message: intl.formatMessage({ id: 'contract.qingxuanzehetongmuban' }) }]}
>
<Select
value={template.id}
style={{ width: 600 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment