[update] 修改客户提出的部分问题

This commit is contained in:
lideqin
2023-11-10 17:25:13 +08:00
parent 1b40fbaef0
commit 8356577423
6 changed files with 14 additions and 1 deletions
@@ -14,7 +14,7 @@
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
<add-form ref="addForm"
flag="3"
:defaultValue="{year_number: new Date().getFullYear() + '', trial_period: '24'}"
:defaultValue="{year_number: new Date().getFullYear() + '', try_flag: '0'}"
:disabledFieldList="['standard_number', 'replaced_by_standard_number', 'referenced_standard']"
:hiddenFieldList="hiddenFieldList"
:get-form-func="getFormFunc"