fix:搜索框删除标签后显示异常bug修复
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user