update 属性类型新增年份选择
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export default {
|
||||
standard_number: `${this.$t('standardRegulationLibrary.inputExample')}7258`
|
||||
},
|
||||
defaultValue: {
|
||||
year_number: new Date().getFullYear()
|
||||
year_number: new Date().getFullYear() + ''
|
||||
},
|
||||
isEdit: null // 是否编辑
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user