[update] 修改企标库搜索条件bug

This commit is contained in:
lideqin
2023-09-18 14:26:38 +08:00
parent 929fb3b737
commit 41b7cd15c6
5 changed files with 47 additions and 13 deletions
@@ -12,7 +12,7 @@
<a-spin :spinning="confirmLoading" style="width: 100%;height:100%">
<div class="custom-drawer-style-scroll">
<add-form ref="addForm"
:defaultValue="{year_number: new Date().getFullYear()}"
:defaultValue="{year_number: new Date().getFullYear() + ''}"
:disabledFieldList="['replaced_stand_num', 'referenced_standard']"
:get-form-func="getFormFunc"
:get-document-info-func="getDocumentInfoFunc"