[update] 修改bug87439去掉是否试行的默认值

This commit is contained in:
lideqin
2024-08-01 17:54:00 +08:00
parent 02b30517c4
commit c0d9d89515
@@ -15,7 +15,7 @@
<!-- 引用标准可以选国标和外标 --> <!-- 引用标准可以选国标和外标 -->
<add-form ref="addForm" <add-form ref="addForm"
:flag="StandardSource.ENTERPRISE.value" :flag="StandardSource.ENTERPRISE.value"
:defaultValue="{year_number: new Date().getFullYear() + '', try_flag: '0'}" :defaultValue="{year_number: new Date().getFullYear() + ''}"
:disabledFieldList="disabledFieldList" :disabledFieldList="disabledFieldList"
:selectStandardCanUpdateTypeField="['reference_standard']" :selectStandardCanUpdateTypeField="['reference_standard']"
:hiddenFieldList="hiddenFieldList" :hiddenFieldList="hiddenFieldList"