[update] 解决禅道上一部分企标bug

This commit is contained in:
lideqin
2023-10-30 15:42:54 +08:00
parent e24aaf8415
commit d76927714c
12 changed files with 86 additions and 19 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ export default {
rule.push({
required: true,
message: res.dbFieldTxt + this.$t('cannotEmpty'),
trigger: ['change', 'blur']
trigger: 'change'
})
} else {
rule.push({