diff --git a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue index 53e07745e..701c1758a 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue @@ -131,9 +131,6 @@ export default { deep: true, immediate: true, handler (n) { - if (n.id) { - this.editModel.typeId = n.type.name - } this.isEdit = true this.editModel = JSON.parse(JSON.stringify(n)) }