fix:搜索框删除标签后显示异常bug修复

This commit is contained in:
wangwenrui
2020-05-19 18:22:22 +08:00
parent 431f3e376b
commit 958cd3dc2f
4 changed files with 12 additions and 7 deletions

View File

@@ -295,16 +295,19 @@
label: 'alertName',
disabled: false
}, {
id:20,
name: this.$t('project.project.project'),
type: 'project',
label: 'project',
disabled: false
}, {
id:21,
name: this.$t('project.module.module'),
type: 'module',
label: 'module',
disabled: false
}, {
id:22,
name: this.$t('project.endpoint.endpoint'),
type: 'input',
label: 'endpointId',