修改文字
This commit is contained in:
@ -554,6 +554,13 @@ const SupplierAnnualTemplateManageAdd: React.FC<PageProps> = ({ breadcrumb, disp
|
||||
})}
|
||||
loading={templateList.length === 0}
|
||||
onSelect={handleTemplateSelect}
|
||||
allowClear={true}
|
||||
onClear={() => {
|
||||
setIndicatorList([]);
|
||||
form.setFieldsValue({
|
||||
copyTemplateId: '',
|
||||
});
|
||||
}}
|
||||
>
|
||||
{templateList.map((template) =>
|
||||
template.id ? (
|
||||
|
Reference in New Issue
Block a user