[fix 87500] 标签管理-新增-标签类型触发校验事件

This commit is contained in:
danshihao
2024-07-26 19:24:23 +08:00
parent 8e64578cbf
commit 49565e788e
@@ -86,7 +86,7 @@ export default {
],
// 标签类型
attributeType: [
{ required: true, message: this.$t('pleaseSelect') + this.$t('system.tag.labelType'), trigger: 'blur' }
{ required: true, message: this.$t('pleaseSelect') + this.$t('system.tag.labelType'), trigger: 'change' }
],
// 字典编码
dictCode: [