From c7573eb09c78348274562f7461c81f86fdaf18dd Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 11 Mar 2022 18:18:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20modelbox=20=E7=9B=91=E5=90=AC=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/administration/modelBox.vue | 3 --- 1 file changed, 3 deletions(-) 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)) }