fix 81519
This commit is contained in:
@@ -244,7 +244,7 @@ export default {
|
|||||||
// 标准编号/标准名称
|
// 标准编号/标准名称
|
||||||
standardNumberOrName: {
|
standardNumberOrName: {
|
||||||
rules: [{
|
rules: [{
|
||||||
required: true,
|
required: false,
|
||||||
message: this.$t('pleaseEnter') + this.$t('projectLibrary.vehicleItemLibrary.standardNumberStandardName')
|
message: this.$t('pleaseEnter') + this.$t('projectLibrary.vehicleItemLibrary.standardNumberStandardName')
|
||||||
}],
|
}],
|
||||||
validateTrigger: 'blur'
|
validateTrigger: 'blur'
|
||||||
|
|||||||
Reference in New Issue
Block a user